home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Dema / willofsteel_demo.exe / {app} / Data / maps / afghan / afgan0203.mapent < prev    next >
Text File  |  2004-12-18  |  322KB  |  1,911 lines

  1. PMG_KILLALLENEMIES  = 1
  2. PMG_ENTERREGION        = 2
  3. PMG_HOLDREGION        = 4
  4. PMG_CAPTUREREGION    = 8
  5. PMG_OBJECTMUSTDIE    = 16
  6. PMG_OBJECTMUSTLIVE    = 32
  7.  
  8. --#######################################################################
  9. -- success
  10. SUCC = PMG_CAPTUREREGION
  11. P_AddMissionGoalCombiner(1,SUCC);
  12. --P_AddMissionGoal(1,PMG_KILLALLENEMIES,230,0.0,0.0,0.0,0.0,0.0);
  13. --P_AddMissionGoal(1,PMG_ENTERREGION,230,5.0,407.00,63.00,471.00,127.00);
  14. --P_AddMissionGoal(1,PMG_HOLDREGION,230,5.0,407.00,63.00,471.00,127.00);
  15. P_AddMissionGoal(1,PMG_CAPTUREREGION,230,1.0,288.00,216.00,432.00,247.00);
  16. -- only after an entity
  17. --P_AddMissionGoal(1,PMG_OBJECTMUSTLIVE,230,5.0,0.0,0.0,0.0,0.0);
  18. --P_AddMissionGoal(1,PMG_OBJECTMUSTDIE,230,0.0,0.0,0.0,0.0,0.0);
  19.  
  20. --#######################################################################
  21. -- fail
  22. FAIL = 0
  23. P_AddMissionGoalCombiner(0,FAIL);
  24. -- only after an entity
  25. --P_AddMissionGoal(0,PMG_KILLALLENEMIES,230,30.0,0.0,0.0,0.0,0.0);
  26. --P_AddMissionGoal(0,PMG_ENTERREGION,230,5.0,407.00,63.00,471.00,127.00);
  27. --P_AddMissionGoal(0,PMG_HOLDREGION,230,5.0,407.00,63.00,471.00,127.00);
  28. --P_AddMissionGoal(0,PMG_CAPTUREREGION,230,2.0,407.00,63.00,471.00,127.00);
  29. -- only after an entity
  30. --P_AddMissionGoal(0,PMG_OBJECTMUSTLIVE,230,3.0,0.0,0.0,0.0,0.0);
  31. --P_AddMissionGoal(0,PMG_OBJECTMUSTDIE,230,0.0,0.0,0.0,0.0,0.0);
  32. --#######################################################################
  33.  
  34. P_AddCameraPosition("99.547142","60.000000","388.776520","119.327446","26.000000","381.112213");
  35. P_AddSunBehaviour(0.00, -0.49,0.86,0.14,  0.22,0.25,0.28,  0.35,0.40,0.42 );
  36. P_AddCameraRange(106.0,106.0,406.0,406.0);
  37. P_AddWeather("Rain");
  38. P_AddWeather("Thunder");
  39. P_AddMusic("rain_3","rain_4");
  40.  
  41. P_AddSpecOpt("Air strike");
  42. P_AddSpecOpt("Artillery strike");
  43. P_AddSpecOpt("Reinforcement");
  44.  
  45. P_AddTerrainType("Default","Data/Textures/Terrain/alfa.dds");
  46. P_AddTerrainTexture("Default","Data/Textures/Terrain/texture_00.dds");
  47. P_AddTerrainType("Tiles","Data/Textures/Terrain/alfa_sand.dds");
  48. P_AddTerrainType("Ground","Data/Textures/Terrain/alfa_sand.dds");
  49. P_AddTerrainTexture("Ground","Data/Textures/Terrain/ground_01.dds");
  50. P_AddTerrainTexture("Ground","Data/Textures/Terrain/ground_02.dds");
  51. P_AddTerrainTexture("Ground","Data/Textures/Terrain/ground_03.dds");
  52. P_AddTerrainTexture("Ground","Data/Textures/Terrain/ground_04.dds");
  53. P_AddTerrainTexture("Ground","Data/Textures/Terrain/ground_05.dds");
  54. P_AddTerrainTexture("Ground","Data/Textures/Terrain/ground_07.dds");
  55. P_AddTerrainTexture("Ground","Data/Textures/Terrain/ground_08.dds");
  56. P_AddTerrainTexture("Ground","Data/Textures/Terrain/ground_09.dds");
  57. P_AddTerrainType("Sand","Data/Textures/Terrain/alfa_sand.dds");
  58. P_AddTerrainTexture("Sand","Data/Textures/Terrain/Sand_01.dds");
  59. P_AddTerrainTexture("Sand","Data/Textures/Terrain/Sand_02.dds");
  60. P_AddTerrainTexture("Sand","Data/Textures/Terrain/Sand_03.dds");
  61. P_AddTerrainTexture("Sand","Data/Textures/Terrain/Sand_04.dds");
  62. P_AddTerrainType("Road","Data/Textures/Terrain/alfa_sand.dds");
  63. P_AddTerrainTexture("Road","Data/Textures/Terrain/tarmac_ground_vertical.dds");
  64. P_AddTerrainTexture("Road","Data/Textures/Terrain/tarmac_ground_horisontal.dds");
  65. P_AddTerrainType("Road2","Data/Textures/Terrain/alfa_sand.dds");
  66. P_AddTerrainType("Grass","Data/Textures/Terrain/alfa_grass.dds");
  67. P_AddTerrainTexture("Grass","Data/Textures/Terrain/grass_01.dds");
  68. P_AddTerrainTexture("Grass","Data/Textures/Terrain/grass_02.dds");
  69. P_AddTerrainTexture("Grass","Data/Textures/Terrain/grass_03.dds");
  70. P_AddTerrainTexture("Grass","Data/Textures/Terrain/grass_04.dds");
  71. P_AddTerrainTexture("Grass","Data/Textures/Terrain/grass_05.dds");
  72. P_AddTerrainTexture("Grass","Data/Textures/Terrain/grass_06.dds");
  73. P_AddTerrainTexture("Grass","Data/Textures/Terrain/ground-grass.dds");
  74. P_AddTerrainTexture("Grass","Data/Textures/Terrain/grass_02-06.dds");
  75. P_AddTerrainType("Stone","Data/Textures/Terrain/alfa_sand.dds");
  76. P_AddTerrainTexture("Stone","Data/Textures/Terrain/stone_01.dds");
  77. P_AddTerrainType("Tiles2","Data/Textures/Terrain/alfa_sand.dds");
  78. P_AddTerrainType("Drty","Data/Textures/Terrain/alfa_sand.dds");
  79. P_AddWater(400.00,11.600,232.00,250.0,470.0,5.0,"Water/defaulthi.dds","Water/defaultme.dds",7,0.3,0.3,0.3, 32.0, 30.0, 3.0, 2, 0.5 );
  80. P_AddEntity(500.00,20.600,256.00,"Afghan","Kacuse","1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000");
  81. P_AddEntity(376.00,20.800,232.00,"Special_Houses","mostbig","1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000");
  82. P_AddEntity(424.00,20.800,232.00,"Special_Houses","mostbig","1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000");
  83. P_AddEntity(472.00,20.800,232.00,"Special_Houses","mostbig","1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000");
  84. P_AddEntity(328.00,20.800,232.00,"Special_Houses","mostbig","1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000");
  85. P_AddEntity(281.00,20.400,371.00,"Trees","veget/zbunA1_4.mvo","0.500000 0.000000 -0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 0.866025 0.000000 0.500000 0.000000");
  86. P_AddEntity(267.00,22.000,377.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 -0.965926 0.000000 0.000000 1.000000 0.000000 0.000000 0.965926 0.000000 -0.258819 0.000000");
  87. P_AddEntity(258.00,23.000,379.00,"Trees","veget/zbunA1_4.mvo","-0.500000 0.000000 -0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 0.866025 0.000000 -0.500000 0.000000");
  88. P_AddEntity(253.00,22.200,389.00,"Trees","veget/zbunA1_4.mvo","-0.500000 0.000000 -0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 0.866025 0.000000 -0.500000 0.000000");
  89. P_AddEntity(245.00,23.400,390.00,"Trees","veget/zbunA1_4.mvo","-0.866025 0.000000 -0.500000 0.000000 0.000000 1.000000 0.000000 0.000000 0.500000 0.000000 -0.866025 0.000000");
  90. P_AddEntity(248.00,22.000,395.00,"Trees","veget/zbunA1_4.mvo","-0.866025 0.000000 -0.500000 0.000000 0.000000 1.000000 0.000000 0.000000 0.500000 0.000000 -0.866025 0.000000");
  91. P_AddEntity(239.00,23.600,401.00,"Trees","veget/zbunA1_4.mvo","-0.866025 0.000000 -0.500000 0.000000 0.000000 1.000000 0.000000 0.000000 0.500000 0.000000 -0.866025 0.000000");
  92. P_AddEntity(236.00,24.200,409.00,"Trees","veget/zbunA1_4.mvo","-0.866025 0.000000 -0.500000 0.000000 0.000000 1.000000 0.000000 0.000000 0.500000 0.000000 -0.866025 0.000000");
  93. P_AddEntity(243.00,22.800,426.00,"Trees","veget/zbunA1_4.mvo","-0.866025 0.000000 -0.500000 0.000000 0.000000 1.000000 0.000000 0.000000 0.500000 0.000000 -0.866025 0.000000");
  94. P_AddEntity(231.00,24.200,430.00,"Trees","veget/zbunA1_4.mvo","-0.866025 0.000000 -0.500000 0.000000 0.000000 1.000000 0.000000 0.000000 0.500000 0.000000 -0.866025 0.000000");
  95. P_AddEntity(282.00,18.400,352.00,"Trees","veget/zbunA1_4.mvo","-0.866025 0.000000 -0.500000 0.000000 0.000000 1.000000 0.000000 0.000000 0.500000 0.000000 -0.866025 0.000000");
  96. P_AddEntity(288.00,18.800,350.00,"Trees","veget/zbunA1_4.mvo","-0.866025 0.000000 -0.500000 0.000000 0.000000 1.000000 0.000000 0.000000 0.500000 0.000000 -0.866025 0.000000");
  97. P_AddEntity(272.00,20.600,359.00,"Trees","veget/zbunA1_4.mvo","-0.500000 0.000000 -0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 0.866025 0.000000 -0.500000 0.000000");
  98. P_AddEntity(260.00,19.200,359.00,"Trees","veget/zbunA1_4.mvo","-0.500000 0.000000 -0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 0.866025 0.000000 -0.500000 0.000000");
  99. P_AddEntity(248.00,18.800,363.00,"Trees","veget/zbunA1_4.mvo","-0.500000 0.000000 -0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 0.866025 0.000000 -0.500000 0.000000");
  100. P_AddEntity(240.00,16.600,363.00,"Trees","veget/zbunA1_4.mvo","-0.500000 0.000000 -0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 0.866025 0.000000 -0.500000 0.000000");
  101. P_AddEntity(240.00,19.800,369.00,"Trees","veget/zbunA1_4.mvo","-0.500000 0.000000 -0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 0.866025 0.000000 -0.500000 0.000000");
  102. P_AddEntity(233.00,20.000,376.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000");
  103. P_AddEntity(224.00,15.200,378.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000");
  104. P_AddEntity(224.00,15.800,381.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000");
  105. P_AddEntity(221.00,18.200,397.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 0.965925 0.000000 0.258819 0.000000");
  106. P_AddEntity(232.00,14.800,364.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 0.965925 0.000000 0.258819 0.000000");
  107. P_AddEntity(244.00,14.800,354.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 0.965925 0.000000 0.258819 0.000000");
  108. P_AddEntity(251.00,16.800,357.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 0.965925 0.000000 0.258819 0.000000");
  109. P_AddEntity(218.00,14.000,387.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 0.965925 0.000000 0.258819 0.000000");
  110. P_AddEntity(212.00,12.400,384.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 0.965925 0.000000 0.258819 0.000000");
  111. P_AddEntity(212.00,13.400,397.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 0.965925 0.000000 0.258819 0.000000");
  112. P_AddEntity(209.00,14.200,372.00,"Trees","veget/zbunA1_4.mvo","0.707107 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 0.707107 0.000000");
  113. P_AddEntity(212.00,13.800,369.00,"Trees","veget/zbunA1_4.mvo","0.707107 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 0.707107 0.000000");
  114. P_AddEntity(207.00,15.600,362.00,"Trees","veget/zbunA1_4.mvo","0.707107 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 0.707107 0.000000");
  115. P_AddEntity(204.00,15.600,367.00,"Trees","veget/zbunA1_4.mvo","0.707107 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 0.707107 0.000000");
  116. P_AddEntity(150.00,18.000,342.00,"Trees","veget/zbunA1_4.mvo","0.707107 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 0.707107 0.000000");
  117. P_AddEntity(158.00,18.400,337.00,"Trees","veget/zbunA1_4.mvo","0.707107 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 0.707107 0.000000");
  118. P_AddEntity(164.00,17.600,327.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 0.965925 0.000000");
  119. P_AddEntity(167.00,20.600,340.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 0.965925 0.000000");
  120. P_AddEntity(158.00,20.000,347.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  121. P_AddEntity(147.00,20.200,361.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  122. P_AddEntity(142.00,20.200,368.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  123. P_AddEntity(146.00,22.200,382.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  124. P_AddEntity(148.00,22.000,378.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  125. P_AddEntity(124.00,21.800,402.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  126. P_AddEntity(100.00,16.600,347.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  127. P_AddEntity(134.00,20.400,295.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  128. P_AddEntity(135.00,20.000,289.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  129. P_AddEntity(129.00,19.800,279.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  130. P_AddEntity(104.00,22.600,287.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  131. P_AddEntity(100.00,22.600,290.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  132. P_AddEntity(98.00,23.400,294.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  133. P_AddEntity(109.00,19.400,278.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  134. P_AddEntity(116.00,18.200,274.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  135. P_AddEntity(126.00,24.200,434.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  136. P_AddEntity(122.00,24.600,439.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  137. P_AddEntity(116.00,23.000,451.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  138. P_AddEntity(112.00,22.600,451.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  139. P_AddEntity(108.00,22.000,453.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  140. P_AddEntity(114.00,22.400,454.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  141. P_AddEntity(102.00,21.600,453.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  142. P_AddEntity(103.00,22.600,428.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  143. P_AddEntity(110.00,23.400,423.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  144. P_AddEntity(107.00,22.000,416.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  145. P_AddEntity(114.00,22.000,412.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  146. P_AddEntity(103.00,21.800,421.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  147. P_AddEntity(98.00,22.400,429.00,"Trees","veget/zbunA1_4.mvo","0.500000 0.000000 0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866025 0.000000 0.500000 0.000000");
  148. P_AddEntity(92.00,22.000,433.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999999 0.000000 0.000000 0.000000");
  149. P_AddEntity(93.00,21.400,419.00,"Trees","veget/zbunA1_4.mvo","-0.500000 0.000000 0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866025 0.000000 -0.500000 0.000000");
  150. P_AddEntity(89.00,22.200,439.00,"Trees","veget/zbunA1_4.mvo","-0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 -0.965925 0.000000");
  151. P_AddEntity(69.00,21.000,403.00,"Trees","veget/zbunA1_4.mvo","-0.965925 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965925 0.000000");
  152. P_AddEntity(78.00,18.200,369.00,"Trees","veget/zbunA1_4.mvo","-0.500000 0.000000 -0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 0.866025 0.000000 -0.500000 0.000000");
  153. P_AddEntity(75.00,20.200,334.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999999 0.000000 0.000000 1.000000 0.000000 0.000000 0.999999 0.000000 0.000000 0.000000");
  154. P_AddEntity(77.00,20.600,312.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 0.965925 0.000000 0.258819 0.000000");
  155. P_AddEntity(78.00,20.800,318.00,"Trees","veget/zbunA1_4.mvo","0.866025 0.000000 -0.500000 0.000000 0.000000 1.000000 0.000000 0.000000 0.500000 0.000000 0.866025 0.000000");
  156. P_AddEntity(94.00,19.400,285.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  157. P_AddEntity(98.00,19.000,281.00,"Trees","veget/zbunA1_4.mvo","0.866025 0.000000 0.500000 0.000000 0.000000 1.000000 0.000000 0.000000 -0.500000 0.000000 0.866025 0.000000");
  158. P_AddEntity(106.00,20.000,280.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965925 0.000000 0.258819 0.000000");
  159. P_AddEntity(95.00,17.400,273.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965925 0.000000 -0.258819 0.000000");
  160. P_AddEntity(66.00,21.000,239.00,"Trees","veget/zbunA1_4.mvo","-0.866025 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 -0.866025 0.000000");
  161. P_AddEntity(83.00,21.000,238.00,"Trees","veget/zbunA1_4.mvo","-0.965925 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965925 0.000000");
  162. P_AddEntity(84.00,21.000,239.00,"Trees","veget/zbunA1_4.mvo","-0.707106 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 -0.707106 0.000000");
  163. P_AddEntity(100.00,20.800,239.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 -0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 0.965925 0.000000 -0.258819 0.000000");
  164. P_AddEntity(87.00,18.800,282.00,"Trees","veget/zbunA1_4.mvo","0.500000 0.000000 -0.866024 0.000000 0.000000 1.000000 0.000000 0.000000 0.866024 0.000000 0.500000 0.000000");
  165. P_AddEntity(82.00,19.600,289.00,"Trees","veget/zbunA1_4.mvo","0.866025 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 0.866025 0.000000");
  166. P_AddEntity(81.00,19.400,297.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965925 0.000000");
  167. P_AddEntity(137.00,19.000,284.00,"Trees","veget/zbunA1_4.mvo","0.707106 0.000000 0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707106 0.000000 0.707106 0.000000");
  168. P_AddEntity(148.00,20.600,241.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965925 0.000000 0.258819 0.000000");
  169. P_AddEntity(144.00,20.800,239.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965925 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965925 0.000000 -0.258819 0.000000");
  170. P_AddEntity(139.00,20.000,245.00,"Trees","veget/zbunA1_4.mvo","-0.707106 0.000000 0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707106 0.000000 -0.707106 0.000000");
  171. P_AddEntity(138.00,19.400,254.00,"Trees","veget/zbunA1_4.mvo","-0.999999 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999999 0.000000");
  172. P_AddEntity(131.00,17.800,257.00,"Trees","veget/zbunA1_4.mvo","-0.866024 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866024 0.000000");
  173. P_AddEntity(170.00,18.200,324.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 -0.866024 0.000000 0.000000 1.000000 0.000000 0.000000 0.866024 0.000000 -0.499999 0.000000");
  174. P_AddEntity(156.00,17.800,282.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999999 0.000000 0.000000 1.000000 0.000000 0.000000 0.999999 0.000000 0.000000 0.000000");
  175. P_AddEntity(167.00,19.600,253.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866024 0.000000 0.000000 1.000000 0.000000 0.000000 0.866024 0.000000 0.499999 0.000000");
  176. P_AddEntity(164.00,19.600,260.00,"Trees","veget/zbunA1_4.mvo","0.965925 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965925 0.000000");
  177. P_AddEntity(159.00,19.600,256.00,"Trees","veget/zbunA1_4.mvo","0.866024 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866024 0.000000");
  178. P_AddEntity(154.00,19.800,258.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 0.866024 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866024 0.000000 0.499999 0.000000");
  179. P_AddEntity(182.00,20.400,241.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965924 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965924 0.000000 -0.258819 0.000000");
  180. P_AddEntity(177.00,20.400,240.00,"Trees","veget/zbunA1_4.mvo","-0.866024 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 -0.866024 0.000000");
  181. P_AddEntity(194.00,20.400,243.00,"Trees","veget/zbunA1_4.mvo","-0.999998 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999998 0.000000");
  182. P_AddEntity(202.00,20.600,240.00,"Trees","veget/zbunA1_4.mvo","-0.866024 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866024 0.000000");
  183. P_AddEntity(209.00,20.600,240.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 -0.866024 0.000000 0.000000 1.000000 0.000000 0.000000 0.866024 0.000000 -0.499999 0.000000");
  184. P_AddEntity(176.00,20.200,242.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 -0.866024 0.000000 0.000000 1.000000 0.000000 0.000000 0.866024 0.000000 -0.499999 0.000000");
  185. P_AddEntity(245.00,23.800,451.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999998 0.000000 0.000000 1.000000 0.000000 0.000000 0.999998 0.000000 0.000000 0.000000");
  186. P_AddEntity(250.00,23.400,445.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866024 0.000000 0.000000 1.000000 0.000000 0.000000 0.866024 0.000000 0.499999 0.000000");
  187. P_AddEntity(253.00,23.000,441.00,"Trees","veget/zbunA1_4.mvo","0.866024 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 0.866024 0.000000");
  188. P_AddEntity(258.00,23.200,437.00,"Trees","veget/zbunA1_4.mvo","0.965924 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965924 0.000000");
  189. P_AddEntity(257.00,21.800,435.00,"Trees","veget/zbunA1_4.mvo","0.866024 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866024 0.000000");
  190. P_AddEntity(265.00,22.800,434.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 0.866024 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866024 0.000000 0.499999 0.000000");
  191. P_AddEntity(269.00,22.000,433.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965924 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965924 0.000000 -0.258819 0.000000");
  192. P_AddEntity(263.00,20.200,430.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866024 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866024 0.000000 -0.499999 0.000000");
  193. P_AddEntity(247.00,21.600,440.00,"Trees","veget/zbunA1_4.mvo","-0.866024 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 -0.866024 0.000000");
  194. P_AddEntity(249.00,22.600,443.00,"Trees","veget/zbunA1_4.mvo","-0.999998 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999998 0.000000");
  195. P_AddEntity(232.00,21.800,449.00,"Trees","veget/zbunA1_4.mvo","-0.866024 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866024 0.000000");
  196. P_AddEntity(237.00,22.600,451.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 -0.866024 0.000000 0.000000 1.000000 0.000000 0.000000 0.866024 0.000000 -0.499999 0.000000");
  197. P_AddEntity(222.00,22.000,454.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999998 0.000000 0.000000 1.000000 0.000000 0.000000 0.999998 0.000000 0.000000 0.000000");
  198. P_AddEntity(265.00,21.800,452.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 0.499999 0.000000");
  199. P_AddEntity(274.00,20.400,442.00,"Trees","veget/zbunA1_4.mvo","0.965924 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965924 0.000000");
  200. P_AddEntity(281.00,16.200,448.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866023 0.000000");
  201. P_AddEntity(279.00,16.600,449.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965924 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965924 0.000000 0.258818 0.000000");
  202. P_AddEntity(284.00,16.400,453.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 -0.499999 0.000000");
  203. P_AddEntity(283.00,16.200,440.00,"Trees","veget/zbunA1_4.mvo","-0.965924 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965924 0.000000");
  204. P_AddEntity(289.00,16.000,434.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  205. P_AddEntity(291.00,16.600,431.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707105 0.000000");
  206. P_AddEntity(296.00,16.400,426.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999998 0.000000 0.000000 1.000000 0.000000 0.000000 0.999998 0.000000 0.000000 0.000000");
  207. P_AddEntity(296.00,15.000,431.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 0.499999 0.000000");
  208. P_AddEntity(299.00,17.200,420.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 0.866023 0.000000");
  209. P_AddEntity(280.00,19.200,426.00,"Trees","veget/zbunA1_4.mvo","0.999998 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999998 0.000000");
  210. P_AddEntity(287.00,19.200,417.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866023 0.000000");
  211. P_AddEntity(308.00,16.400,450.00,"Trees","veget/zbunA1_4.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  212. P_AddEntity(310.00,17.800,453.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  213. P_AddEntity(313.00,17.200,448.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 -0.707105 0.000000");
  214. P_AddEntity(316.00,18.600,449.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  215. P_AddEntity(301.00,16.200,454.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  216. P_AddEntity(294.00,14.800,451.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  217. P_AddEntity(304.00,14.600,448.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  218. P_AddEntity(319.00,16.600,439.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 0.499999 0.000000");
  219. P_AddEntity(322.00,15.800,434.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  220. P_AddEntity(318.00,17.600,443.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  221. P_AddEntity(313.00,15.600,443.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707105 0.000000");
  222. P_AddEntity(329.00,15.800,423.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  223. P_AddEntity(317.00,18.200,405.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 -0.499999 0.000000");
  224. P_AddEntity(321.00,17.000,409.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  225. P_AddEntity(338.00,20.400,394.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  226. P_AddEntity(350.00,19.400,396.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  227. P_AddEntity(352.00,19.800,392.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  228. P_AddEntity(357.00,17.800,394.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  229. P_AddEntity(357.00,19.400,389.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  230. P_AddEntity(360.00,19.400,388.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  231. P_AddEntity(363.00,19.200,387.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  232. P_AddEntity(360.00,18.400,390.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  233. P_AddEntity(374.00,17.800,380.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  234. P_AddEntity(360.00,17.800,370.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  235. P_AddEntity(366.00,19.000,371.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  236. P_AddEntity(372.00,18.000,364.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  237. P_AddEntity(377.00,17.600,359.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  238. P_AddEntity(367.00,17.200,351.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  239. P_AddEntity(351.00,17.800,373.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  240. P_AddEntity(343.00,19.000,377.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  241. P_AddEntity(339.00,18.600,377.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  242. P_AddEntity(337.00,20.000,381.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  243. P_AddEntity(332.00,19.600,381.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  244. P_AddEntity(341.00,17.400,372.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  245. P_AddEntity(372.00,17.200,345.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  246. P_AddEntity(366.00,18.400,326.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  247. P_AddEntity(347.00,19.400,318.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  248. P_AddEntity(350.00,19.000,321.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  249. P_AddEntity(337.00,18.800,321.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  250. P_AddEntity(339.00,19.200,319.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  251. P_AddEntity(331.00,18.800,321.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  252. P_AddEntity(341.00,17.800,330.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  253. P_AddEntity(342.00,20.200,314.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  254. P_AddEntity(314.00,19.200,320.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  255. P_AddEntity(319.00,19.200,313.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  256. P_AddEntity(324.00,18.200,308.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  257. P_AddEntity(331.00,18.200,306.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  258. P_AddEntity(326.00,17.600,306.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  259. P_AddEntity(316.00,18.600,309.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  260. P_AddEntity(307.00,18.800,308.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  261. P_AddEntity(307.00,18.600,305.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  262. P_AddEntity(309.00,19.200,315.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  263. P_AddEntity(339.00,18.600,303.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  264. P_AddEntity(333.00,17.200,303.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  265. P_AddEntity(301.00,19.000,321.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  266. P_AddEntity(301.00,19.200,310.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  267. P_AddEntity(293.00,19.000,308.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  268. P_AddEntity(285.00,18.400,301.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  269. P_AddEntity(283.00,19.200,313.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  270. P_AddEntity(268.00,19.800,305.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  271. P_AddEntity(271.00,19.800,308.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  272. P_AddEntity(257.00,20.200,303.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  273. P_AddEntity(251.00,19.800,303.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  274. P_AddEntity(265.00,17.400,350.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  275. P_AddEntity(271.00,20.400,382.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  276. P_AddEntity(292.00,17.800,392.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  277. P_AddEntity(313.00,18.600,376.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  278. P_AddEntity(317.00,17.400,372.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  279. P_AddEntity(327.00,18.600,368.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  280. P_AddEntity(277.00,20.600,374.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  281. P_AddEntity(258.00,23.400,377.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  282. P_AddEntity(275.00,21.400,372.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  283. P_AddEntity(250.00,19.400,363.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  284. P_AddEntity(262.00,18.400,357.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  285. P_AddEntity(307.00,20.400,239.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  286. P_AddEntity(310.00,19.600,240.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  287. P_AddEntity(313.00,20.200,239.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  288. P_AddEntity(315.00,19.400,240.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  289. P_AddEntity(314.00,20.000,239.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  290. P_AddEntity(321.00,18.200,239.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  291. P_AddEntity(322.00,16.200,245.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  292. P_AddEntity(329.00,14.800,239.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  293. P_AddEntity(331.00,14.800,234.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  294. P_AddEntity(329.00,15.000,226.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  295. P_AddEntity(331.00,12.200,222.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  296. P_AddEntity(325.00,13.800,221.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  297. P_AddEntity(328.00,12.400,220.00,"Trees","veget/zbunA1_4.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  298. P_AddEntity(319.00,15.600,221.00,"Trees","veget/zbunA1_4.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  299. P_AddEntity(310.00,16.000,219.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  300. P_AddEntity(312.00,18.600,224.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  301. P_AddEntity(306.00,19.800,225.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  302. P_AddEntity(303.00,18.600,223.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  303. P_AddEntity(304.00,20.000,225.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  304. P_AddEntity(305.00,16.000,217.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  305. P_AddEntity(294.00,18.800,223.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  306. P_AddEntity(284.00,21.000,226.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  307. P_AddEntity(282.00,21.000,226.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  308. P_AddEntity(283.00,21.000,226.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  309. P_AddEntity(283.00,20.000,225.00,"Trees","veget/zbunA1_4.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  310. P_AddEntity(273.00,19.000,223.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  311. P_AddEntity(277.00,17.200,219.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  312. P_AddEntity(291.00,16.400,216.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  313. P_AddEntity(277.00,15.800,209.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  314. P_AddEntity(280.00,16.000,213.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  315. P_AddEntity(300.00,15.800,202.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  316. P_AddEntity(302.00,16.400,198.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  317. P_AddEntity(304.00,15.800,204.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  318. P_AddEntity(299.00,15.800,210.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  319. P_AddEntity(308.00,16.600,196.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  320. P_AddEntity(306.00,16.600,194.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  321. P_AddEntity(300.00,17.200,189.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  322. P_AddEntity(312.00,17.400,191.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  323. P_AddEntity(311.00,18.000,186.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  324. P_AddEntity(323.00,17.200,191.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  325. P_AddEntity(321.00,18.800,182.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  326. P_AddEntity(318.00,19.600,175.00,"Trees","veget/zbunA1_4.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  327. P_AddEntity(322.00,20.600,169.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  328. P_AddEntity(308.00,20.000,173.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  329. P_AddEntity(309.00,20.600,155.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  330. P_AddEntity(312.00,20.800,158.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  331. P_AddEntity(311.00,20.600,155.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  332. P_AddEntity(306.00,20.800,157.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  333. P_AddEntity(293.00,19.000,146.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  334. P_AddEntity(296.00,18.000,141.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  335. P_AddEntity(288.00,20.000,169.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  336. P_AddEntity(338.00,20.600,165.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  337. P_AddEntity(351.00,20.000,170.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  338. P_AddEntity(338.00,19.400,173.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  339. P_AddEntity(347.00,20.600,164.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  340. P_AddEntity(344.00,21.000,155.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  341. P_AddEntity(342.00,21.000,154.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  342. P_AddEntity(335.00,21.000,152.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  343. P_AddEntity(333.00,20.800,146.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  344. P_AddEntity(347.00,20.800,153.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  345. P_AddEntity(350.00,20.800,156.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  346. P_AddEntity(303.00,20.200,112.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  347. P_AddEntity(303.00,19.800,116.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  348. P_AddEntity(306.00,19.400,115.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  349. P_AddEntity(298.00,20.600,112.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  350. P_AddEntity(304.00,20.200,111.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  351. P_AddEntity(290.00,20.800,111.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  352. P_AddEntity(292.00,21.000,107.00,"Trees","veget/zbunA1_4.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  353. P_AddEntity(288.00,20.400,117.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  354. P_AddEntity(281.00,20.800,111.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  355. P_AddEntity(279.00,20.800,110.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  356. P_AddEntity(298.00,20.800,101.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  357. P_AddEntity(307.00,20.800,104.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  358. P_AddEntity(308.00,19.800,110.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  359. P_AddEntity(309.00,18.400,118.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  360. P_AddEntity(306.00,20.800,95.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  361. P_AddEntity(301.00,20.600,94.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  362. P_AddEntity(294.00,18.200,129.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  363. P_AddEntity(280.00,18.400,136.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  364. P_AddEntity(278.00,18.400,136.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  365. P_AddEntity(270.00,20.600,110.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  366. P_AddEntity(269.00,20.600,93.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  367. P_AddEntity(266.00,20.800,89.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  368. P_AddEntity(303.00,18.400,73.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  369. P_AddEntity(285.00,20.200,72.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  370. P_AddEntity(267.00,20.800,76.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  371. P_AddEntity(266.00,20.800,73.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  372. P_AddEntity(262.00,21.000,71.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  373. P_AddEntity(290.00,20.000,63.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  374. P_AddEntity(255.00,21.000,78.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  375. P_AddEntity(252.00,21.000,79.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  376. P_AddEntity(245.00,21.000,80.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  377. P_AddEntity(245.00,20.600,85.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  378. P_AddEntity(263.00,20.800,96.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  379. P_AddEntity(260.00,20.600,101.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  380. P_AddEntity(257.00,20.800,99.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  381. P_AddEntity(275.00,20.600,100.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  382. P_AddEntity(273.00,20.800,102.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  383. P_AddEntity(249.00,20.600,98.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  384. P_AddEntity(241.00,17.800,125.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  385. P_AddEntity(237.00,17.800,123.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  386. P_AddEntity(233.00,17.400,125.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  387. P_AddEntity(234.00,17.600,115.00,"Trees","veget/zbunA1_4.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  388. P_AddEntity(236.00,18.400,109.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  389. P_AddEntity(230.00,17.600,111.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  390. P_AddEntity(226.00,17.400,110.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  391. P_AddEntity(217.00,17.800,122.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  392. P_AddEntity(212.00,18.200,121.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  393. P_AddEntity(196.00,20.000,108.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  394. P_AddEntity(198.00,19.800,104.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  395. P_AddEntity(200.00,19.600,107.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  396. P_AddEntity(195.00,20.200,106.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  397. P_AddEntity(190.00,21.000,112.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  398. P_AddEntity(192.00,20.600,100.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  399. P_AddEntity(190.00,21.000,98.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  400. P_AddEntity(193.00,20.400,86.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  401. P_AddEntity(191.00,20.800,83.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  402. P_AddEntity(194.00,20.200,79.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  403. P_AddEntity(193.00,20.400,76.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  404. P_AddEntity(199.00,19.200,77.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  405. P_AddEntity(204.00,18.800,80.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  406. P_AddEntity(201.00,18.800,84.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  407. P_AddEntity(193.00,20.800,62.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  408. P_AddEntity(191.00,21.000,61.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  409. P_AddEntity(191.00,21.000,59.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  410. P_AddEntity(228.00,20.400,85.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  411. P_AddEntity(224.00,20.200,81.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  412. P_AddEntity(214.00,19.000,83.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  413. P_AddEntity(211.00,19.200,80.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  414. P_AddEntity(221.00,20.600,69.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  415. P_AddEntity(215.00,20.600,62.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  416. P_AddEntity(201.00,20.600,62.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  417. P_AddEntity(175.00,20.400,108.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  418. P_AddEntity(177.00,20.800,100.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  419. P_AddEntity(173.00,20.000,100.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  420. P_AddEntity(175.00,20.400,103.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  421. P_AddEntity(174.00,20.200,103.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  422. P_AddEntity(174.00,20.400,85.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  423. P_AddEntity(175.00,20.400,81.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  424. P_AddEntity(177.00,20.600,73.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  425. P_AddEntity(176.00,20.400,66.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  426. P_AddEntity(174.00,20.200,68.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  427. P_AddEntity(172.00,20.400,62.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  428. P_AddEntity(177.00,21.000,58.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  429. P_AddEntity(169.00,20.600,58.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  430. P_AddEntity(165.00,20.600,60.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  431. P_AddEntity(167.00,20.200,74.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  432. P_AddEntity(165.00,20.000,83.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  433. P_AddEntity(158.00,20.000,85.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  434. P_AddEntity(161.00,20.200,79.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  435. P_AddEntity(154.00,20.400,74.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  436. P_AddEntity(156.00,20.800,65.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  437. P_AddEntity(155.00,20.800,68.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  438. P_AddEntity(150.00,20.800,64.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  439. P_AddEntity(136.00,21.000,64.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  440. P_AddEntity(140.00,21.000,68.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  441. P_AddEntity(140.00,21.000,60.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  442. P_AddEntity(165.00,18.600,106.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  443. P_AddEntity(177.00,20.800,130.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  444. P_AddEntity(176.00,20.600,143.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  445. P_AddEntity(173.00,20.200,144.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  446. P_AddEntity(169.00,19.200,147.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  447. P_AddEntity(170.00,19.600,139.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  448. P_AddEntity(166.00,18.600,126.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  449. P_AddEntity(163.00,18.200,127.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  450. P_AddEntity(167.00,18.800,119.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  451. P_AddEntity(193.00,21.000,136.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  452. P_AddEntity(191.00,21.000,125.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  453. P_AddEntity(193.00,20.800,124.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  454. P_AddEntity(207.00,21.000,158.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  455. P_AddEntity(203.00,20.400,145.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  456. P_AddEntity(197.00,21.000,155.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  457. P_AddEntity(198.00,21.000,162.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  458. P_AddEntity(191.00,21.000,166.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  459. P_AddEntity(192.00,21.000,167.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  460. P_AddEntity(177.00,20.600,170.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  461. P_AddEntity(176.00,20.600,175.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  462. P_AddEntity(192.00,20.800,203.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  463. P_AddEntity(194.00,20.400,201.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  464. P_AddEntity(176.00,20.400,207.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  465. P_AddEntity(176.00,20.200,203.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  466. P_AddEntity(174.00,19.600,207.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  467. P_AddEntity(173.00,19.600,214.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  468. P_AddEntity(171.00,18.800,211.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  469. P_AddEntity(162.00,15.800,194.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  470. P_AddEntity(163.00,16.000,189.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  471. P_AddEntity(164.00,16.200,191.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  472. P_AddEntity(156.00,15.600,197.00,"Trees","veget/zbunA1_4.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  473. P_AddEntity(145.00,15.800,200.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  474. P_AddEntity(166.00,17.400,204.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  475. P_AddEntity(162.00,16.800,205.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  476. P_AddEntity(170.00,18.000,197.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  477. P_AddEntity(175.00,19.800,196.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  478. P_AddEntity(176.00,20.400,188.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  479. P_AddEntity(192.00,20.800,188.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  480. P_AddEntity(197.00,20.600,188.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  481. P_AddEntity(196.00,20.600,184.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  482. P_AddEntity(203.00,20.000,195.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  483. P_AddEntity(199.00,20.000,201.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  484. P_AddEntity(193.00,20.600,223.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  485. P_AddEntity(199.00,20.200,223.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  486. P_AddEntity(194.00,20.200,218.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  487. P_AddEntity(195.00,20.000,215.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  488. P_AddEntity(173.00,20.400,223.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  489. P_AddEntity(163.00,19.800,221.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  490. P_AddEntity(166.00,20.600,224.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  491. P_AddEntity(159.00,18.600,215.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  492. P_AddEntity(151.00,20.600,224.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  493. P_AddEntity(140.00,20.800,224.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  494. P_AddEntity(152.00,17.600,210.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  495. P_AddEntity(203.00,19.000,211.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  496. P_AddEntity(207.00,18.400,214.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  497. P_AddEntity(210.00,18.600,220.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  498. P_AddEntity(221.00,21.000,226.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  499. P_AddEntity(217.00,19.600,224.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  500. P_AddEntity(210.00,20.400,225.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  501. P_AddEntity(218.00,17.400,217.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  502. P_AddEntity(210.00,18.600,203.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  503. P_AddEntity(215.00,17.400,209.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  504. P_AddEntity(236.00,20.000,225.00,"Trees","veget/zbunA1_4.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  505. P_AddEntity(235.00,19.600,224.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  506. P_AddEntity(256.00,20.000,225.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  507. P_AddEntity(248.00,18.800,223.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  508. P_AddEntity(265.00,19.400,224.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  509. P_AddEntity(255.00,17.400,220.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  510. P_AddEntity(252.00,16.800,218.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  511. P_AddEntity(236.00,18.200,195.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  512. P_AddEntity(221.00,19.600,191.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  513. P_AddEntity(213.00,19.600,194.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  514. P_AddEntity(128.00,16.600,195.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  515. P_AddEntity(118.00,15.600,177.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  516. P_AddEntity(121.00,15.600,176.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  517. P_AddEntity(116.00,15.600,175.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  518. P_AddEntity(114.00,16.200,178.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  519. P_AddEntity(114.00,17.800,188.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  520. P_AddEntity(107.00,18.200,191.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  521. P_AddEntity(110.00,18.200,196.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  522. P_AddEntity(110.00,18.200,218.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  523. P_AddEntity(108.00,17.600,216.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  524. P_AddEntity(109.00,20.200,223.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  525. P_AddEntity(114.00,19.400,221.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  526. P_AddEntity(112.00,19.800,222.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  527. P_AddEntity(122.00,18.000,216.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  528. P_AddEntity(116.00,17.000,209.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  529. P_AddEntity(131.00,17.400,209.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  530. P_AddEntity(127.00,17.000,205.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  531. P_AddEntity(64.00,21.000,221.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  532. P_AddEntity(87.00,20.600,224.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  533. P_AddEntity(79.00,20.800,212.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  534. P_AddEntity(74.00,21.000,214.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  535. P_AddEntity(72.00,21.000,212.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  536. P_AddEntity(76.00,21.000,204.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  537. P_AddEntity(73.00,21.000,207.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  538. P_AddEntity(65.00,21.000,205.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  539. P_AddEntity(68.00,21.000,210.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  540. P_AddEntity(74.00,21.000,198.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  541. P_AddEntity(76.00,21.000,195.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  542. P_AddEntity(79.00,21.000,189.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  543. P_AddEntity(81.00,20.800,190.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  544. P_AddEntity(79.00,21.000,192.00,"Trees","veget/zbunA1_4.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  545. P_AddEntity(81.00,20.600,186.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  546. P_AddEntity(86.00,20.400,187.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  547. P_AddEntity(71.00,21.000,183.00,"Trees","veget/zbunA1_4.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  548. P_AddEntity(68.00,21.000,191.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  549. P_AddEntity(72.00,21.000,192.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  550. P_AddEntity(58.00,21.000,199.00,"Trees","veget/zbunA1_4.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  551. P_AddEntity(90.00,20.200,177.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  552. P_AddEntity(69.00,21.000,173.00,"Trees","veget/zbunA1_4.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  553. P_AddEntity(75.00,21.000,150.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  554. P_AddEntity(68.00,21.000,148.00,"Trees","veget/zbunA1_4.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  555. P_AddEntity(70.00,21.000,151.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  556. P_AddEntity(66.00,21.000,146.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  557. P_AddEntity(62.00,21.000,148.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  558. P_AddEntity(63.00,21.000,135.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  559. P_AddEntity(59.00,21.000,138.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  560. P_AddEntity(71.00,21.000,140.00,"Trees","veget/zbunA1_4.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  561. P_AddEntity(64.00,21.000,128.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  562. P_AddEntity(70.00,21.000,126.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  563. P_AddEntity(71.00,21.000,123.00,"Trees","veget/zbunA1_4.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  564. P_AddEntity(69.00,21.000,123.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  565. P_AddEntity(78.00,21.000,123.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  566. P_AddEntity(79.00,21.000,128.00,"Trees","veget/zbunA1_4.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  567. P_AddEntity(88.00,20.200,128.00,"Trees","veget/zbunA1_4.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  568. P_AddEntity(94.00,19.200,128.00,"Trees","veget/zbunA1_4.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  569. P_AddEntity(69.00,21.000,114.00,"Trees","veget/zbunA1_4.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  570. P_AddEntity(76.00,21.000,116.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  571. P_AddEntity(84.00,20.800,115.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  572. P_AddEntity(76.00,21.000,108.00,"Trees","veget/zbunA1_4.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  573. P_AddEntity(67.00,21.000,108.00,"Trees","veget/zbunA1_4.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  574. P_AddEntity(63.00,21.000,112.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  575. P_AddEntity(132.00,15.000,133.00,"Trees","veget/zbunA1_4.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  576. P_AddEntity(136.00,15.200,149.00,"Trees","veget/zbunA1_4.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  577. P_AddEntity(142.00,15.200,147.00,"Trees","veget/zbunA1_4.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  578. P_AddEntity(162.00,17.600,159.00,"Trees","veget/zbunA1_4.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  579. P_AddEntity(163.00,18.000,156.00,"Trees","veget/zbunA1_4.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  580. P_AddEntity(92.00,21.000,74.00,"Trees","veget/zbunA1_4.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  581. P_AddEntity(95.00,21.000,72.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  582. P_AddEntity(93.00,21.000,70.00,"Trees","veget/zbunA1_4.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  583. P_AddEntity(101.00,21.000,72.00,"Trees","veget/zbunA1_4.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  584. P_AddEntity(94.00,21.000,63.00,"Trees","veget/zbunA1_4.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  585. P_AddEntity(135.00,18.600,279.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  586. P_AddEntity(137.00,19.000,284.00,"Trees","veget/zbunA1_5.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  587. P_AddEntity(134.00,19.600,283.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  588. P_AddEntity(81.00,20.800,311.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  589. P_AddEntity(82.00,17.400,273.00,"Trees","veget/zbunA1_5.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  590. P_AddEntity(65.00,16.800,270.00,"Trees","veget/zbunA1_5.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  591. P_AddEntity(65.00,20.200,305.00,"Trees","veget/zbunA1_5.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  592. P_AddEntity(76.00,19.200,299.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  593. P_AddEntity(94.00,21.000,291.00,"Trees","veget/zbunA1_5.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  594. P_AddEntity(80.00,20.600,243.00,"Trees","veget/zbunA1_5.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  595. P_AddEntity(101.00,20.200,244.00,"Trees","veget/zbunA1_5.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  596. P_AddEntity(114.00,21.000,238.00,"Trees","veget/zbunA1_5.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  597. P_AddEntity(117.00,20.800,239.00,"Trees","veget/zbunA1_5.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  598. P_AddEntity(113.00,20.800,239.00,"Trees","veget/zbunA1_5.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  599. P_AddEntity(119.00,18.000,255.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  600. P_AddEntity(142.00,18.200,267.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  601. P_AddEntity(139.00,18.000,265.00,"Trees","veget/zbunA1_5.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  602. P_AddEntity(147.00,18.600,274.00,"Trees","veget/zbunA1_5.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  603. P_AddEntity(158.00,18.400,275.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  604. P_AddEntity(163.00,19.400,263.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  605. P_AddEntity(168.00,19.400,257.00,"Trees","veget/zbunA1_5.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  606. P_AddEntity(186.00,20.000,264.00,"Trees","veget/zbunA1_5.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  607. P_AddEntity(178.00,19.800,253.00,"Trees","veget/zbunA1_5.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  608. P_AddEntity(169.00,20.200,250.00,"Trees","veget/zbunA1_5.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  609. P_AddEntity(172.00,19.600,252.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  610. P_AddEntity(155.00,20.000,251.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  611. P_AddEntity(149.00,20.000,252.00,"Trees","veget/zbunA1_5.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  612. P_AddEntity(152.00,20.400,247.00,"Trees","veget/zbunA1_5.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  613. P_AddEntity(143.00,16.800,305.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  614. P_AddEntity(161.00,17.400,329.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  615. P_AddEntity(167.00,19.000,332.00,"Trees","veget/zbunA1_5.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  616. P_AddEntity(164.00,20.200,342.00,"Trees","veget/zbunA1_5.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  617. P_AddEntity(165.00,20.200,340.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  618. P_AddEntity(154.00,18.400,341.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  619. P_AddEntity(182.00,21.800,339.00,"Trees","veget/zbunA1_5.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  620. P_AddEntity(178.00,20.400,329.00,"Trees","veget/zbunA1_5.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  621. P_AddEntity(175.00,19.800,328.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  622. P_AddEntity(173.00,20.400,333.00,"Trees","veget/zbunA1_5.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  623. P_AddEntity(151.00,19.200,350.00,"Trees","veget/zbunA1_5.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  624. P_AddEntity(148.00,19.400,354.00,"Trees","veget/zbunA1_5.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  625. P_AddEntity(152.00,20.400,355.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  626. P_AddEntity(144.00,16.600,342.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  627. P_AddEntity(144.00,16.200,339.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  628. P_AddEntity(139.00,18.600,359.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  629. P_AddEntity(163.00,21.000,351.00,"Trees","veget/zbunA1_5.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  630. P_AddEntity(159.00,22.400,364.00,"Trees","veget/zbunA1_5.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  631. P_AddEntity(139.00,20.800,378.00,"Trees","veget/zbunA1_5.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  632. P_AddEntity(147.00,21.600,374.00,"Trees","veget/zbunA1_5.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  633. P_AddEntity(133.00,19.600,373.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  634. P_AddEntity(130.00,21.400,390.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  635. P_AddEntity(145.00,22.600,390.00,"Trees","veget/zbunA1_5.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  636. P_AddEntity(154.00,23.400,382.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  637. P_AddEntity(129.00,23.400,405.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  638. P_AddEntity(156.00,20.200,412.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  639. P_AddEntity(147.00,22.200,418.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  640. P_AddEntity(138.00,22.000,431.00,"Trees","veget/zbunA1_5.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  641. P_AddEntity(133.00,22.200,437.00,"Trees","veget/zbunA1_5.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  642. P_AddEntity(141.00,20.600,439.00,"Trees","veget/zbunA1_5.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  643. P_AddEntity(128.00,23.200,440.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  644. P_AddEntity(127.00,23.800,437.00,"Trees","veget/zbunA1_5.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  645. P_AddEntity(87.00,21.600,435.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  646. P_AddEntity(95.00,22.600,434.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  647. P_AddEntity(93.00,22.000,432.00,"Trees","veget/zbunA1_5.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  648. P_AddEntity(85.00,21.200,429.00,"Trees","veget/zbunA1_5.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  649. P_AddEntity(76.00,21.000,423.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  650. P_AddEntity(87.00,21.000,409.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  651. P_AddEntity(73.00,21.200,439.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  652. P_AddEntity(68.00,21.000,434.00,"Trees","veget/zbunA1_5.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  653. P_AddEntity(59.00,21.000,437.00,"Trees","veget/zbunA1_5.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  654. P_AddEntity(77.00,21.400,447.00,"Trees","veget/zbunA1_5.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  655. P_AddEntity(62.00,21.000,417.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  656. P_AddEntity(110.00,21.800,454.00,"Trees","veget/zbunA1_5.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  657. P_AddEntity(114.00,23.200,449.00,"Trees","veget/zbunA1_5.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  658. P_AddEntity(181.00,13.000,428.00,"Trees","veget/zbunA1_5.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  659. P_AddEntity(192.00,15.800,442.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  660. P_AddEntity(197.00,16.200,437.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  661. P_AddEntity(187.00,13.400,441.00,"Trees","veget/zbunA1_5.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  662. P_AddEntity(185.00,17.400,451.00,"Trees","veget/zbunA1_5.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  663. P_AddEntity(207.00,18.200,427.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  664. P_AddEntity(211.00,18.400,422.00,"Trees","veget/zbunA1_5.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  665. P_AddEntity(216.00,21.400,434.00,"Trees","veget/zbunA1_5.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  666. P_AddEntity(213.00,20.800,442.00,"Trees","veget/zbunA1_5.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  667. P_AddEntity(208.00,20.000,444.00,"Trees","veget/zbunA1_5.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  668. P_AddEntity(212.00,20.800,451.00,"Trees","veget/zbunA1_5.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  669. P_AddEntity(205.00,19.600,453.00,"Trees","veget/zbunA1_5.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  670. P_AddEntity(222.00,23.800,418.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  671. P_AddEntity(230.00,23.600,433.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  672. P_AddEntity(241.00,23.800,452.00,"Trees","veget/zbunA1_5.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  673. P_AddEntity(250.00,22.800,443.00,"Trees","veget/zbunA1_5.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  674. P_AddEntity(218.00,17.200,401.00,"Trees","veget/zbunA1_5.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  675. P_AddEntity(218.00,16.200,397.00,"Trees","veget/zbunA1_5.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  676. P_AddEntity(226.00,18.400,384.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  677. P_AddEntity(229.00,18.000,377.00,"Trees","veget/zbunA1_5.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  678. P_AddEntity(251.00,23.600,383.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  679. P_AddEntity(265.00,21.400,381.00,"Trees","veget/zbunA1_5.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  680. P_AddEntity(297.00,18.000,388.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  681. P_AddEntity(280.00,20.200,373.00,"Trees","veget/zbunA1_5.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  682. P_AddEntity(242.00,23.200,395.00,"Trees","veget/zbunA1_5.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  683. P_AddEntity(283.00,20.000,370.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  684. P_AddEntity(284.00,18.200,379.00,"Trees","veget/zbunA1_5.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  685. P_AddEntity(276.00,18.400,353.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  686. P_AddEntity(268.00,18.000,353.00,"Trees","veget/zbunA1_5.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  687. P_AddEntity(260.00,17.200,345.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  688. P_AddEntity(281.00,18.200,345.00,"Trees","veget/zbunA1_5.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  689. P_AddEntity(234.00,14.400,358.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  690. P_AddEntity(221.00,13.200,369.00,"Trees","veget/zbunA1_5.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  691. P_AddEntity(300.00,18.800,345.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  692. P_AddEntity(304.00,18.600,342.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  693. P_AddEntity(314.00,18.400,375.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  694. P_AddEntity(337.00,19.200,379.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  695. P_AddEntity(356.00,18.400,373.00,"Trees","veget/zbunA1_5.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  696. P_AddEntity(352.00,17.400,371.00,"Trees","veget/zbunA1_5.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  697. P_AddEntity(345.00,17.400,372.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  698. P_AddEntity(350.00,19.800,393.00,"Trees","veget/zbunA1_5.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  699. P_AddEntity(304.00,16.800,417.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  700. P_AddEntity(292.00,17.000,429.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  701. P_AddEntity(287.00,14.800,442.00,"Trees","veget/zbunA1_5.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  702. P_AddEntity(282.00,17.000,438.00,"Trees","veget/zbunA1_5.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  703. P_AddEntity(276.00,19.400,441.00,"Trees","veget/zbunA1_5.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  704. P_AddEntity(274.00,20.000,443.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  705. P_AddEntity(307.00,15.400,448.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  706. P_AddEntity(313.00,18.200,451.00,"Trees","veget/zbunA1_5.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  707. P_AddEntity(315.00,18.000,448.00,"Trees","veget/zbunA1_5.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  708. P_AddEntity(316.00,16.400,442.00,"Trees","veget/zbunA1_5.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  709. P_AddEntity(319.00,17.000,440.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  710. P_AddEntity(323.00,15.400,432.00,"Trees","veget/zbunA1_5.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  711. P_AddEntity(302.00,15.200,426.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  712. P_AddEntity(315.00,16.600,411.00,"Trees","veget/zbunA1_5.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  713. P_AddEntity(293.00,19.200,409.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  714. P_AddEntity(330.00,20.200,385.00,"Trees","veget/zbunA1_5.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  715. P_AddEntity(175.00,20.000,208.00,"Trees","veget/zbunA1_5.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  716. P_AddEntity(175.00,19.800,198.00,"Trees","veget/zbunA1_5.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  717. P_AddEntity(175.00,20.600,221.00,"Trees","veget/zbunA1_5.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  718. P_AddEntity(169.00,19.000,217.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  719. P_AddEntity(165.00,19.800,221.00,"Trees","veget/zbunA1_5.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  720. P_AddEntity(153.00,19.800,220.00,"Trees","veget/zbunA1_5.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  721. P_AddEntity(152.00,20.000,221.00,"Trees","veget/zbunA1_5.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  722. P_AddEntity(133.00,17.800,211.00,"Trees","veget/zbunA1_5.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  723. P_AddEntity(132.00,16.200,201.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  724. P_AddEntity(127.00,17.200,206.00,"Trees","veget/zbunA1_5.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  725. P_AddEntity(124.00,20.200,223.00,"Trees","veget/zbunA1_5.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  726. P_AddEntity(112.00,19.400,221.00,"Trees","veget/zbunA1_5.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  727. P_AddEntity(100.00,20.200,223.00,"Trees","veget/zbunA1_5.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  728. P_AddEntity(101.00,18.200,205.00,"Trees","veget/zbunA1_5.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  729. P_AddEntity(89.00,19.800,214.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  730. P_AddEntity(83.00,20.600,223.00,"Trees","veget/zbunA1_5.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  731. P_AddEntity(70.00,21.000,225.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  732. P_AddEntity(71.00,21.000,225.00,"Trees","veget/zbunA1_5.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  733. P_AddEntity(70.00,21.000,226.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  734. P_AddEntity(60.00,21.000,224.00,"Trees","veget/zbunA1_5.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  735. P_AddEntity(73.00,21.000,211.00,"Trees","veget/zbunA1_5.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  736. P_AddEntity(80.00,20.800,190.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  737. P_AddEntity(119.00,15.600,175.00,"Trees","veget/zbunA1_5.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  738. P_AddEntity(118.00,15.600,176.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  739. P_AddEntity(104.00,17.600,170.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  740. P_AddEntity(86.00,20.600,161.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  741. P_AddEntity(83.00,20.600,173.00,"Trees","veget/zbunA1_5.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  742. P_AddEntity(91.00,19.400,139.00,"Trees","veget/zbunA1_5.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  743. P_AddEntity(121.00,15.400,141.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  744. P_AddEntity(112.00,16.600,127.00,"Trees","veget/zbunA1_5.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  745. P_AddEntity(125.00,15.600,115.00,"Trees","veget/zbunA1_5.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  746. P_AddEntity(103.00,18.400,113.00,"Trees","veget/zbunA1_5.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  747. P_AddEntity(94.00,21.000,71.00,"Trees","veget/zbunA1_5.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  748. P_AddEntity(91.00,21.000,69.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  749. P_AddEntity(104.00,21.000,68.00,"Trees","veget/zbunA1_5.mvo","0.866022 0.000000 0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499999 0.000000 0.866022 0.000000");
  750. P_AddEntity(92.00,21.000,74.00,"Trees","veget/zbunA1_5.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  751. P_AddEntity(75.00,21.000,73.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  752. P_AddEntity(82.00,20.400,90.00,"Trees","veget/zbunA1_5.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  753. P_AddEntity(131.00,21.000,60.00,"Trees","veget/zbunA1_5.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  754. P_AddEntity(140.00,21.000,60.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 -0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 0.999997 0.000000 0.000000 0.000000");
  755. P_AddEntity(149.00,20.800,65.00,"Trees","veget/zbunA1_5.mvo","0.707105 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 0.707105 0.000000");
  756. P_AddEntity(144.00,21.000,64.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  757. P_AddEntity(153.00,20.400,72.00,"Trees","veget/zbunA1_5.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  758. P_AddEntity(163.00,20.200,76.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  759. P_AddEntity(176.00,20.600,60.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  760. P_AddEntity(176.00,20.400,66.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  761. P_AddEntity(176.00,20.400,71.00,"Trees","veget/zbunA1_5.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  762. P_AddEntity(176.00,20.600,72.00,"Trees","veget/zbunA1_5.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  763. P_AddEntity(176.00,20.600,85.00,"Trees","veget/zbunA1_5.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  764. P_AddEntity(174.00,20.200,100.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  765. P_AddEntity(176.00,20.600,127.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  766. P_AddEntity(175.00,20.400,140.00,"Trees","veget/zbunA1_5.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  767. P_AddEntity(165.00,18.200,157.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  768. P_AddEntity(164.00,18.200,155.00,"Trees","veget/zbunA1_5.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  769. P_AddEntity(176.00,20.600,174.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  770. P_AddEntity(177.00,20.600,202.00,"Trees","veget/zbunA1_5.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  771. P_AddEntity(176.00,20.200,196.00,"Trees","veget/zbunA1_5.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  772. P_AddEntity(170.00,18.200,190.00,"Trees","veget/zbunA1_5.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  773. P_AddEntity(175.00,20.200,216.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  774. P_AddEntity(168.00,19.600,220.00,"Trees","veget/zbunA1_5.mvo","0.965923 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965923 0.000000");
  775. P_AddEntity(168.00,19.200,218.00,"Trees","veget/zbunA1_5.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  776. P_AddEntity(165.00,16.800,201.00,"Trees","veget/zbunA1_5.mvo","-0.258819 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 -0.258819 0.000000");
  777. P_AddEntity(163.00,17.600,210.00,"Trees","veget/zbunA1_5.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  778. P_AddEntity(160.00,17.000,177.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  779. P_AddEntity(166.00,18.200,168.00,"Trees","veget/zbunA1_5.mvo","-0.499998 0.000000 -0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 0.866023 0.000000 -0.499998 0.000000");
  780. P_AddEntity(136.00,15.200,175.00,"Trees","veget/zbunA1_5.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  781. P_AddEntity(136.00,15.600,193.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  782. P_AddEntity(140.00,17.400,209.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  783. P_AddEntity(144.00,20.200,221.00,"Trees","veget/zbunA1_5.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  784. P_AddEntity(143.00,20.200,222.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  785. P_AddEntity(120.00,17.400,197.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  786. P_AddEntity(161.00,17.600,141.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  787. P_AddEntity(146.00,15.600,143.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965923 0.000000");
  788. P_AddEntity(173.00,20.000,154.00,"Trees","veget/zbunA1_5.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  789. P_AddEntity(171.00,19.800,145.00,"Trees","veget/zbunA1_5.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  790. P_AddEntity(172.00,20.000,144.00,"Trees","veget/zbunA1_5.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  791. P_AddEntity(147.00,18.200,95.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  792. P_AddEntity(197.00,20.000,103.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  793. P_AddEntity(193.00,20.800,123.00,"Trees","veget/zbunA1_5.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  794. P_AddEntity(190.00,21.000,111.00,"Trees","veget/zbunA1_5.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  795. P_AddEntity(190.00,21.000,112.00,"Trees","veget/zbunA1_5.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  796. P_AddEntity(192.00,20.600,95.00,"Trees","veget/zbunA1_5.mvo","-0.965923 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 -0.965923 0.000000");
  797. P_AddEntity(197.00,19.800,90.00,"Trees","veget/zbunA1_5.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  798. P_AddEntity(196.00,19.800,73.00,"Trees","veget/zbunA1_5.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  799. P_AddEntity(205.00,19.800,74.00,"Trees","veget/zbunA1_5.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  800. P_AddEntity(205.00,18.400,84.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  801. P_AddEntity(203.00,18.600,89.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  802. P_AddEntity(207.00,18.400,85.00,"Trees","veget/zbunA1_5.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  803. P_AddEntity(205.00,18.400,86.00,"Trees","veget/zbunA1_5.mvo","0.000000 0.000000 0.999997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999997 0.000000 0.000000 0.000000");
  804. P_AddEntity(206.00,18.400,84.00,"Trees","veget/zbunA1_5.mvo","-0.707105 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707105 0.000000");
  805. P_AddEntity(204.00,20.000,70.00,"Trees","veget/zbunA1_5.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  806. P_AddEntity(174.00,20.400,90.00,"Trees","veget/zbunA1_5.mvo","-0.866022 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866022 0.000000");
  807. P_AddEntity(220.00,20.600,74.00,"Trees","veget/zbunA1_5.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  808. P_AddEntity(219.00,17.800,103.00,"Trees","veget/zbunA1_5.mvo","0.258819 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 0.258819 0.000000");
  809. P_AddEntity(202.00,19.400,111.00,"Trees","veget/zbunA1_5.mvo","0.866023 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866023 0.000000");
  810. P_AddEntity(199.00,20.200,123.00,"Trees","veget/zbunA1_5.mvo","0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 0.999997 0.000000");
  811. P_AddEntity(202.00,20.400,145.00,"Trees","veget/zbunA1_5.mvo","0.707104 0.000000 0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707105 0.000000 0.707104 0.000000");
  812. P_AddEntity(232.00,21.000,165.00,"Trees","veget/zbunA1_5.mvo","0.258818 0.000000 0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965923 0.000000 0.258818 0.000000");
  813. P_AddEntity(207.00,20.400,189.00,"Trees","veget/zbunA1_5.mvo","-0.499999 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 -0.499999 0.000000");
  814. P_AddEntity(199.00,20.200,197.00,"Trees","veget/zbunA1_5.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  815. P_AddEntity(194.00,20.200,206.00,"Trees","veget/zbunA1_5.mvo","-0.999997 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999997 0.000000");
  816. P_AddEntity(193.00,20.600,193.00,"Trees","veget/zbunA1_5.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  817. P_AddEntity(312.00,20.400,103.00,"Trees","veget/zbunA2_2.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  818. P_AddEntity(309.00,20.200,86.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 -0.965923 0.000000 0.000000 1.000000 0.000000 0.000000 0.965923 0.000000 -0.258818 0.000000");
  819. P_AddEntity(302.00,19.400,81.00,"Trees","veget/zbunA2_2.mvo","0.499999 0.000000 -0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 0.866022 0.000000 0.499999 0.000000");
  820. P_AddEntity(312.00,18.400,77.00,"Trees","veget/zbunA2_2.mvo","0.965923 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 0.965923 0.000000");
  821. P_AddEntity(291.00,19.800,69.00,"Trees","veget/zbunA2_2.mvo","0.965922 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965922 0.000000");
  822. P_AddEntity(303.00,19.000,62.00,"Trees","veget/zbunA2_2.mvo","0.499998 0.000000 0.866023 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866023 0.000000 0.499998 0.000000");
  823. P_AddEntity(306.00,19.200,58.00,"Trees","veget/zbunA2_2.mvo","-0.258819 0.000000 0.965922 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965922 0.000000 -0.258819 0.000000");
  824. P_AddEntity(281.00,20.400,66.00,"Trees","veget/zbunA2_2.mvo","-0.866023 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 -0.866023 0.000000");
  825. P_AddEntity(275.00,20.600,70.00,"Trees","veget/zbunA2_2.mvo","-0.965922 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965922 0.000000");
  826. P_AddEntity(268.00,21.000,58.00,"Trees","veget/zbunA2_2.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  827. P_AddEntity(255.00,21.000,72.00,"Trees","veget/zbunA2_2.mvo","-0.707104 0.000000 -0.707105 0.000000 0.000000 1.000000 0.000000 0.000000 0.707105 0.000000 -0.707104 0.000000");
  828. P_AddEntity(247.00,21.000,75.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 -0.965922 0.000000 0.000000 1.000000 0.000000 0.000000 0.965922 0.000000 -0.258818 0.000000");
  829. P_AddEntity(238.00,21.000,75.00,"Trees","veget/zbunA2_2.mvo","0.258819 0.000000 -0.965922 0.000000 0.000000 1.000000 0.000000 0.000000 0.965922 0.000000 0.258819 0.000000");
  830. P_AddEntity(240.00,21.000,66.00,"Trees","veget/zbunA2_2.mvo","0.866022 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 0.866022 0.000000");
  831. P_AddEntity(245.00,21.000,77.00,"Trees","veget/zbunA2_2.mvo","0.965922 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965922 0.000000");
  832. P_AddEntity(246.00,21.000,79.00,"Trees","veget/zbunA2_2.mvo","0.499998 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 0.499998 0.000000");
  833. P_AddEntity(225.00,20.000,85.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999996 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999996 0.000000 -0.000001 0.000000");
  834. P_AddEntity(234.00,20.600,87.00,"Trees","veget/zbunA2_2.mvo","-0.707104 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 -0.707104 0.000000");
  835. P_AddEntity(234.00,20.400,85.00,"Trees","veget/zbunA2_2.mvo","-0.999996 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999996 0.000000");
  836. P_AddEntity(226.00,21.000,65.00,"Trees","veget/zbunA2_2.mvo","-0.707104 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 -0.707104 0.000000");
  837. P_AddEntity(211.00,20.200,70.00,"Trees","veget/zbunA2_2.mvo","-0.258817 0.000000 -0.965922 0.000000 0.000000 1.000000 0.000000 0.000000 0.965922 0.000000 -0.258817 0.000000");
  838. P_AddEntity(220.00,21.000,59.00,"Trees","veget/zbunA2_2.mvo","0.258819 0.000000 -0.965922 0.000000 0.000000 1.000000 0.000000 0.000000 0.965922 0.000000 0.258819 0.000000");
  839. P_AddEntity(218.00,20.800,58.00,"Trees","veget/zbunA2_2.mvo","0.965922 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 0.965922 0.000000");
  840. P_AddEntity(190.00,21.000,148.00,"Trees","veget/zbunA2_2.mvo","0.965922 0.000000 0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258819 0.000000 0.965922 0.000000");
  841. P_AddEntity(178.00,21.000,163.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 0.499997 0.000000");
  842. P_AddEntity(178.00,21.000,168.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999996 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999996 0.000000 -0.000001 0.000000");
  843. P_AddEntity(175.00,20.000,169.00,"Trees","veget/zbunA2_2.mvo","-0.499998 0.000000 0.866021 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866021 0.000000 -0.499998 0.000000");
  844. P_AddEntity(195.00,20.600,183.00,"Trees","veget/zbunA2_2.mvo","-0.965922 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 -0.965922 0.000000");
  845. P_AddEntity(201.00,20.600,182.00,"Trees","veget/zbunA2_2.mvo","-0.965922 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965922 0.000000");
  846. P_AddEntity(196.00,20.400,197.00,"Trees","veget/zbunA2_2.mvo","-0.707103 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 -0.707103 0.000000");
  847. P_AddEntity(229.00,16.800,215.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999996 0.000000 0.000000 1.000000 0.000000 0.000000 0.999996 0.000000 0.000001 0.000000");
  848. P_AddEntity(241.00,18.400,222.00,"Trees","veget/zbunA2_2.mvo","0.707104 0.000000 -0.707103 0.000000 0.000000 1.000000 0.000000 0.000000 0.707103 0.000000 0.707104 0.000000");
  849. P_AddEntity(244.00,19.800,225.00,"Trees","veget/zbunA2_2.mvo","0.999996 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999996 0.000000");
  850. P_AddEntity(229.00,21.000,226.00,"Trees","veget/zbunA2_2.mvo","0.707103 0.000000 0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707104 0.000000 0.707103 0.000000");
  851. P_AddEntity(225.00,17.800,220.00,"Trees","veget/zbunA2_2.mvo","0.258817 0.000000 0.965922 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965922 0.000000 0.258817 0.000000");
  852. P_AddEntity(259.00,18.800,223.00,"Trees","veget/zbunA2_2.mvo","0.258817 0.000000 0.965922 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965922 0.000000 0.258817 0.000000");
  853. P_AddEntity(279.00,21.000,226.00,"Trees","veget/zbunA2_2.mvo","-0.499998 0.000000 0.866021 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866021 0.000000 -0.499998 0.000000");
  854. P_AddEntity(285.00,17.000,219.00,"Trees","veget/zbunA2_2.mvo","-0.965922 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 -0.965922 0.000000");
  855. P_AddEntity(283.00,16.600,217.00,"Trees","veget/zbunA2_2.mvo","-0.965921 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965921 0.000000");
  856. P_AddEntity(273.00,16.200,214.00,"Trees","veget/zbunA2_2.mvo","-0.707103 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 -0.707103 0.000000");
  857. P_AddEntity(265.00,17.000,217.00,"Trees","veget/zbunA2_2.mvo","-0.258817 0.000000 -0.965922 0.000000 0.000000 1.000000 0.000000 0.000000 0.965922 0.000000 -0.258817 0.000000");
  858. P_AddEntity(264.00,15.800,210.00,"Trees","veget/zbunA2_2.mvo","0.258818 0.000000 -0.965921 0.000000 0.000000 1.000000 0.000000 0.000000 0.965921 0.000000 0.258818 0.000000");
  859. P_AddEntity(276.00,16.400,196.00,"Trees","veget/zbunA2_2.mvo","0.866022 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 0.866022 0.000000");
  860. P_AddEntity(280.00,16.600,194.00,"Trees","veget/zbunA2_2.mvo","0.965921 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965921 0.000000");
  861. P_AddEntity(284.00,16.400,195.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 0.866022 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866022 0.000000 0.499997 0.000000");
  862. P_AddEntity(282.00,17.800,186.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999995 0.000000 -0.000001 0.000000");
  863. P_AddEntity(267.00,19.400,179.00,"Trees","veget/zbunA2_2.mvo","-0.499998 0.000000 0.866021 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866021 0.000000 -0.499998 0.000000");
  864. P_AddEntity(266.00,16.000,202.00,"Trees","veget/zbunA2_2.mvo","-0.965921 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 -0.965921 0.000000");
  865. P_AddEntity(274.00,18.800,181.00,"Trees","veget/zbunA2_2.mvo","-0.965921 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965921 0.000000");
  866. P_AddEntity(285.00,18.600,179.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 -0.866021 0.000000 0.000000 1.000000 0.000000 0.000000 0.866021 0.000000 -0.499997 0.000000");
  867. P_AddEntity(285.00,19.200,176.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999995 0.000000 0.000000 1.000000 0.000000 0.000000 0.999995 0.000000 0.000001 0.000000");
  868. P_AddEntity(291.00,19.200,176.00,"Trees","veget/zbunA2_2.mvo","0.499998 0.000000 -0.866021 0.000000 0.000000 1.000000 0.000000 0.000000 0.866021 0.000000 0.499998 0.000000");
  869. P_AddEntity(291.00,19.800,172.00,"Trees","veget/zbunA2_2.mvo","0.965921 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 0.965921 0.000000");
  870. P_AddEntity(289.00,19.800,172.00,"Trees","veget/zbunA2_2.mvo","0.866021 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 0.866021 0.000000");
  871. P_AddEntity(308.00,17.800,187.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 0.866021 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866021 0.000000 0.499997 0.000000");
  872. P_AddEntity(312.00,16.200,199.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999995 0.000000 -0.000001 0.000000");
  873. P_AddEntity(314.00,15.400,204.00,"Trees","veget/zbunA2_2.mvo","-0.707104 0.000000 0.707103 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707103 0.000000 -0.707104 0.000000");
  874. P_AddEntity(311.00,15.000,209.00,"Trees","veget/zbunA2_2.mvo","-0.999995 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999995 0.000000");
  875. P_AddEntity(307.00,15.600,216.00,"Trees","veget/zbunA2_2.mvo","-0.707103 0.000000 -0.707104 0.000000 0.000000 1.000000 0.000000 0.000000 0.707104 0.000000 -0.707103 0.000000");
  876. P_AddEntity(306.00,15.400,211.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999995 0.000000 0.000000 1.000000 0.000000 0.000000 0.999995 0.000000 0.000001 0.000000");
  877. P_AddEntity(320.00,16.600,195.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999995 0.000000 0.000000 1.000000 0.000000 0.000000 0.999995 0.000000 0.000001 0.000000");
  878. P_AddEntity(325.00,17.000,192.00,"Trees","veget/zbunA2_2.mvo","0.707104 0.000000 -0.707103 0.000000 0.000000 1.000000 0.000000 0.000000 0.707103 0.000000 0.707104 0.000000");
  879. P_AddEntity(325.00,18.200,185.00,"Trees","veget/zbunA2_2.mvo","0.999995 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999995 0.000000");
  880. P_AddEntity(313.00,18.400,183.00,"Trees","veget/zbunA2_2.mvo","0.866020 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 0.866020 0.000000");
  881. P_AddEntity(329.00,19.000,179.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 0.866021 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866021 0.000000 0.499997 0.000000");
  882. P_AddEntity(334.00,18.800,179.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965920 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965920 0.000000 -0.258818 0.000000");
  883. P_AddEntity(339.00,18.400,182.00,"Trees","veget/zbunA2_2.mvo","-0.707103 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 -0.707103 0.000000");
  884. P_AddEntity(347.00,18.200,179.00,"Trees","veget/zbunA2_2.mvo","-0.999995 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999995 0.000000");
  885. P_AddEntity(343.00,19.400,174.00,"Trees","veget/zbunA2_2.mvo","-0.866020 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 -0.866020 0.000000");
  886. P_AddEntity(356.00,18.200,176.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 -0.866021 0.000000 0.000000 1.000000 0.000000 0.000000 0.866021 0.000000 -0.499997 0.000000");
  887. P_AddEntity(343.00,17.200,186.00,"Trees","veget/zbunA2_2.mvo","0.258818 0.000000 -0.965920 0.000000 0.000000 1.000000 0.000000 0.000000 0.965920 0.000000 0.258818 0.000000");
  888. P_AddEntity(373.00,19.400,167.00,"Trees","veget/zbunA2_2.mvo","0.707103 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 0.707103 0.000000");
  889. P_AddEntity(378.00,19.600,162.00,"Trees","veget/zbunA2_2.mvo","0.999994 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999994 0.000000");
  890. P_AddEntity(378.00,19.600,158.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 0.707103 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707103 0.000000 0.707102 0.000000");
  891. P_AddEntity(380.00,19.400,158.00,"Trees","veget/zbunA2_2.mvo","0.258817 0.000000 0.965920 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965920 0.000000 0.258817 0.000000");
  892. P_AddEntity(372.00,20.400,154.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965920 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965920 0.000000 -0.258818 0.000000");
  893. P_AddEntity(379.00,19.200,154.00,"Trees","veget/zbunA2_2.mvo","-0.866021 0.000000 0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499996 0.000000 -0.866021 0.000000");
  894. P_AddEntity(371.00,20.400,153.00,"Trees","veget/zbunA2_2.mvo","-0.999994 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999994 0.000000");
  895. P_AddEntity(363.00,19.800,148.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 -0.707103 0.000000 0.000000 1.000000 0.000000 0.000000 0.707103 0.000000 -0.707102 0.000000");
  896. P_AddEntity(363.00,21.000,157.00,"Trees","veget/zbunA2_2.mvo","-0.499996 0.000000 -0.866021 0.000000 0.000000 1.000000 0.000000 0.000000 0.866021 0.000000 -0.499996 0.000000");
  897. P_AddEntity(354.00,20.200,148.00,"Trees","veget/zbunA2_2.mvo","0.258818 0.000000 -0.965920 0.000000 0.000000 1.000000 0.000000 0.000000 0.965920 0.000000 0.258818 0.000000");
  898. P_AddEntity(342.00,20.600,142.00,"Trees","veget/zbunA2_2.mvo","0.707103 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 0.707103 0.000000");
  899. P_AddEntity(350.00,20.200,146.00,"Trees","veget/zbunA2_2.mvo","0.965920 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 0.965920 0.000000");
  900. P_AddEntity(347.00,19.600,139.00,"Trees","veget/zbunA2_2.mvo","0.866020 0.000000 0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499998 0.000000 0.866020 0.000000");
  901. P_AddEntity(336.00,20.200,137.00,"Trees","veget/zbunA2_2.mvo","0.499996 0.000000 0.866021 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866021 0.000000 0.499996 0.000000");
  902. P_AddEntity(329.00,19.600,138.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965920 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965920 0.000000 -0.258818 0.000000");
  903. P_AddEntity(327.00,19.200,135.00,"Trees","veget/zbunA2_2.mvo","-0.707103 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 -0.707103 0.000000");
  904. P_AddEntity(325.00,18.400,132.00,"Trees","veget/zbunA2_2.mvo","-0.965920 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 -0.965920 0.000000");
  905. P_AddEntity(329.00,19.400,136.00,"Trees","veget/zbunA2_2.mvo","-0.866020 0.000000 -0.499998 0.000000 0.000000 1.000000 0.000000 0.000000 0.499998 0.000000 -0.866020 0.000000");
  906. P_AddEntity(318.00,17.200,128.00,"Trees","veget/zbunA2_2.mvo","-0.258817 0.000000 -0.965920 0.000000 0.000000 1.000000 0.000000 0.000000 0.965920 0.000000 -0.258817 0.000000");
  907. P_AddEntity(317.00,17.200,126.00,"Trees","veget/zbunA2_2.mvo","0.499998 0.000000 -0.866020 0.000000 0.000000 1.000000 0.000000 0.000000 0.866020 0.000000 0.499998 0.000000");
  908. P_AddEntity(317.00,20.800,155.00,"Trees","veget/zbunA2_2.mvo","0.866020 0.000000 -0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 0.499996 0.000000 0.866020 0.000000");
  909. P_AddEntity(303.00,20.400,155.00,"Trees","veget/zbunA2_2.mvo","0.965920 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965920 0.000000");
  910. P_AddEntity(283.00,20.600,158.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 0.707103 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707103 0.000000 0.707102 0.000000");
  911. P_AddEntity(273.00,19.800,149.00,"Trees","veget/zbunA2_2.mvo","0.258817 0.000000 0.965920 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965920 0.000000 0.258817 0.000000");
  912. P_AddEntity(252.00,20.800,160.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 -0.499997 0.000000");
  913. P_AddEntity(233.00,21.000,167.00,"Trees","veget/zbunA2_2.mvo","-0.965920 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 -0.965920 0.000000");
  914. P_AddEntity(197.00,20.000,205.00,"Trees","veget/zbunA2_2.mvo","-0.707101 0.000000 -0.707103 0.000000 0.000000 1.000000 0.000000 0.000000 0.707103 0.000000 -0.707101 0.000000");
  915. P_AddEntity(190.00,21.000,216.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999993 0.000000 0.000000 1.000000 0.000000 0.000000 0.999993 0.000000 0.000001 0.000000");
  916. P_AddEntity(191.00,21.000,225.00,"Trees","veget/zbunA2_2.mvo","0.707103 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707103 0.000000");
  917. P_AddEntity(194.00,21.000,226.00,"Trees","veget/zbunA2_2.mvo","0.999993 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999993 0.000000");
  918. P_AddEntity(196.00,21.000,226.00,"Trees","veget/zbunA2_2.mvo","0.866019 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866019 0.000000");
  919. P_AddEntity(177.00,21.000,225.00,"Trees","veget/zbunA2_2.mvo","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  920. P_AddEntity(168.00,21.000,238.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 -0.499997 0.000000");
  921. P_AddEntity(160.00,21.000,238.00,"Trees","veget/zbunA2_2.mvo","-0.866020 0.000000 0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499996 0.000000 -0.866020 0.000000");
  922. P_AddEntity(162.00,20.600,239.00,"Trees","veget/zbunA2_2.mvo","-0.999993 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999993 0.000000");
  923. P_AddEntity(158.00,20.600,242.00,"Trees","veget/zbunA2_2.mvo","-0.866019 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866019 0.000000");
  924. P_AddEntity(165.00,20.400,245.00,"Trees","veget/zbunA2_2.mvo","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  925. P_AddEntity(169.00,20.400,244.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 0.499997 0.000000");
  926. P_AddEntity(177.00,20.000,247.00,"Trees","veget/zbunA2_2.mvo","0.866020 0.000000 -0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 0.499996 0.000000 0.866020 0.000000");
  927. P_AddEntity(184.00,20.400,240.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965919 0.000000");
  928. P_AddEntity(157.00,20.600,224.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965919 0.000000");
  929. P_AddEntity(168.00,18.000,206.00,"Trees","veget/zbunA2_2.mvo","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  930. P_AddEntity(161.00,15.800,197.00,"Trees","veget/zbunA2_2.mvo","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  931. P_AddEntity(157.00,15.600,184.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 -0.499997 0.000000");
  932. P_AddEntity(161.00,17.000,181.00,"Trees","veget/zbunA2_2.mvo","-0.866020 0.000000 0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499996 0.000000 -0.866020 0.000000");
  933. P_AddEntity(157.00,16.400,179.00,"Trees","veget/zbunA2_2.mvo","-0.999993 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999993 0.000000");
  934. P_AddEntity(117.00,17.600,195.00,"Trees","veget/zbunA2_2.mvo","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  935. P_AddEntity(122.00,17.200,195.00,"Trees","veget/zbunA2_2.mvo","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  936. P_AddEntity(119.00,20.800,225.00,"Trees","veget/zbunA2_2.mvo","0.258818 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 0.258818 0.000000");
  937. P_AddEntity(125.00,21.000,226.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  938. P_AddEntity(129.00,20.400,223.00,"Trees","veget/zbunA2_2.mvo","0.999993 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999993 0.000000");
  939. P_AddEntity(119.00,18.800,219.00,"Trees","veget/zbunA2_2.mvo","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  940. P_AddEntity(123.00,21.000,238.00,"Trees","veget/zbunA2_2.mvo","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  941. P_AddEntity(105.00,21.000,238.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  942. P_AddEntity(107.00,20.600,241.00,"Trees","veget/zbunA2_2.mvo","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  943. P_AddEntity(92.00,20.800,240.00,"Trees","veget/zbunA2_2.mvo","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  944. P_AddEntity(133.00,19.600,248.00,"Trees","veget/zbunA2_2.mvo","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  945. P_AddEntity(132.00,20.400,243.00,"Trees","veget/zbunA2_2.mvo","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  946. P_AddEntity(136.00,20.600,240.00,"Trees","veget/zbunA2_2.mvo","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  947. P_AddEntity(134.00,21.000,238.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  948. P_AddEntity(180.00,20.000,249.00,"Trees","veget/zbunA2_2.mvo","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  949. P_AddEntity(181.00,20.200,281.00,"Trees","veget/zbunA2_2.mvo","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  950. P_AddEntity(181.00,19.800,275.00,"Trees","veget/zbunA2_2.mvo","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  951. P_AddEntity(168.00,19.200,281.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  952. P_AddEntity(171.00,19.600,271.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  953. P_AddEntity(176.00,19.400,266.00,"Trees","veget/zbunA2_2.mvo","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  954. P_AddEntity(161.00,19.400,268.00,"Trees","veget/zbunA2_2.mvo","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  955. P_AddEntity(184.00,20.200,259.00,"Trees","veget/zbunA2_2.mvo","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  956. P_AddEntity(195.00,20.200,253.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 0.499997 0.000000");
  957. P_AddEntity(209.00,19.800,250.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  958. P_AddEntity(202.00,20.200,248.00,"Trees","veget/zbunA2_2.mvo","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  959. P_AddEntity(198.00,20.200,247.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  960. P_AddEntity(242.00,17.800,247.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  961. P_AddEntity(247.00,17.600,247.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  962. P_AddEntity(240.00,21.000,238.00,"Trees","veget/zbunA2_2.mvo","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  963. P_AddEntity(266.00,17.000,255.00,"Trees","veget/zbunA2_2.mvo","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  964. P_AddEntity(255.00,17.000,252.00,"Trees","veget/zbunA2_2.mvo","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  965. P_AddEntity(245.00,17.200,264.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  966. P_AddEntity(261.00,17.200,249.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  967. P_AddEntity(261.00,18.000,245.00,"Trees","veget/zbunA2_2.mvo","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  968. P_AddEntity(281.00,17.800,245.00,"Trees","veget/zbunA2_2.mvo","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  969. P_AddEntity(287.00,16.800,252.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  970. P_AddEntity(297.00,17.000,249.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  971. P_AddEntity(291.00,18.200,243.00,"Trees","veget/zbunA2_2.mvo","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  972. P_AddEntity(280.00,21.000,238.00,"Trees","veget/zbunA2_2.mvo","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  973. P_AddEntity(301.00,21.000,238.00,"Trees","veget/zbunA2_2.mvo","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  974. P_AddEntity(308.00,19.400,241.00,"Trees","veget/zbunA2_2.mvo","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  975. P_AddEntity(310.00,17.400,246.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  976. P_AddEntity(313.00,17.800,244.00,"Trees","veget/zbunA2_2.mvo","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  977. P_AddEntity(311.00,18.200,243.00,"Trees","veget/zbunA2_2.mvo","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  978. P_AddEntity(317.00,17.600,243.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  979. P_AddEntity(315.00,16.600,248.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  980. P_AddEntity(319.00,18.000,241.00,"Trees","veget/zbunA2_2.mvo","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  981. P_AddEntity(325.00,16.800,238.00,"Trees","veget/zbunA2_2.mvo","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  982. P_AddEntity(304.00,17.200,252.00,"Trees","veget/zbunA2_2.mvo","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  983. P_AddEntity(298.00,18.400,242.00,"Trees","veget/zbunA2_2.mvo","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  984. P_AddEntity(333.00,13.000,239.00,"Trees","veget/zbunA2_2.mvo","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  985. P_AddEntity(320.00,13.200,214.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  986. P_AddEntity(313.00,16.400,220.00,"Trees","veget/zbunA2_2.mvo","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  987. P_AddEntity(315.00,16.400,221.00,"Trees","veget/zbunA2_2.mvo","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  988. P_AddEntity(308.00,17.600,222.00,"Trees","veget/zbunA2_2.mvo","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  989. P_AddEntity(321.00,13.400,218.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  990. P_AddEntity(269.00,19.800,240.00,"Trees","veget/zbunA2_2.mvo","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  991. P_AddEntity(261.00,21.000,238.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  992. P_AddEntity(258.00,21.000,238.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  993. P_AddEntity(256.00,19.200,241.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  994. P_AddEntity(254.00,19.600,240.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  995. P_AddEntity(232.00,19.400,241.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  996. P_AddEntity(222.00,18.800,246.00,"Trees","veget/zbunA2_2.mvo","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  997. P_AddEntity(240.00,17.800,256.00,"Trees","veget/zbunA2_2.mvo","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  998. P_AddEntity(246.00,17.000,257.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  999. P_AddEntity(248.00,17.000,254.00,"Trees","veget/zbunA2_2.mvo","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1000. P_AddEntity(238.00,17.000,217.00,"Trees","veget/zbunA2_2.mvo","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  1001. P_AddEntity(250.00,18.600,289.00,"Trees","veget/zbunA2_2.mvo","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  1002. P_AddEntity(247.00,19.200,295.00,"Trees","veget/zbunA2_2.mvo","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1003. P_AddEntity(255.00,19.000,297.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 0.499997 0.000000");
  1004. P_AddEntity(260.00,20.200,307.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1005. P_AddEntity(261.00,19.200,300.00,"Trees","veget/zbunA2_2.mvo","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1006. P_AddEntity(240.00,19.000,302.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1007. P_AddEntity(258.00,19.200,402.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1008. P_AddEntity(258.00,21.200,389.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1009. P_AddEntity(259.00,22.000,383.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1010. P_AddEntity(273.00,20.800,378.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1011. P_AddEntity(290.00,18.400,370.00,"Trees","veget/zbunA2_2.mvo","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1012. P_AddEntity(286.00,20.000,367.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1013. P_AddEntity(298.00,17.400,362.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1014. P_AddEntity(296.00,17.400,369.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1015. P_AddEntity(312.00,19.000,339.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1016. P_AddEntity(316.00,19.000,339.00,"Trees","veget/zbunA2_2.mvo","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1017. P_AddEntity(301.00,18.600,334.00,"Trees","veget/zbunA2_2.mvo","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1018. P_AddEntity(292.00,18.200,343.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1019. P_AddEntity(294.00,19.000,349.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1020. P_AddEntity(277.00,18.200,349.00,"Trees","veget/zbunA2_2.mvo","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1021. P_AddEntity(281.00,20.000,356.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1022. P_AddEntity(277.00,21.000,359.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1023. P_AddEntity(264.00,21.600,362.00,"Trees","veget/zbunA2_2.mvo","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1024. P_AddEntity(252.00,16.000,345.00,"Trees","veget/zbunA2_2.mvo","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1025. P_AddEntity(257.00,16.400,351.00,"Trees","veget/zbunA2_2.mvo","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1026. P_AddEntity(259.00,16.600,351.00,"Trees","veget/zbunA2_2.mvo","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  1027. P_AddEntity(244.00,15.200,340.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1028. P_AddEntity(239.00,14.200,350.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1029. P_AddEntity(240.00,14.200,351.00,"Trees","veget/zbunA2_2.mvo","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1030. P_AddEntity(245.00,16.800,331.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1031. P_AddEntity(269.00,20.000,309.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1032. P_AddEntity(282.00,19.200,308.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1033. P_AddEntity(281.00,17.600,296.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1034. P_AddEntity(274.00,19.000,302.00,"Trees","veget/zbunA2_2.mvo","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1035. P_AddEntity(269.00,19.200,302.00,"Trees","veget/zbunA2_2.mvo","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1036. P_AddEntity(268.00,19.600,304.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1037. P_AddEntity(299.00,18.800,305.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1038. P_AddEntity(301.00,19.000,306.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1039. P_AddEntity(312.00,19.000,312.00,"Trees","veget/zbunA2_2.mvo","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1040. P_AddEntity(331.00,17.600,305.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1041. P_AddEntity(336.00,18.400,304.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1042. P_AddEntity(343.00,18.800,302.00,"Trees","veget/zbunA2_2.mvo","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1043. P_AddEntity(350.00,19.200,303.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1044. P_AddEntity(347.00,17.800,300.00,"Trees","veget/zbunA2_2.mvo","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1045. P_AddEntity(355.00,19.600,320.00,"Trees","veget/zbunA2_2.mvo","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1046. P_AddEntity(355.00,19.200,322.00,"Trees","veget/zbunA2_2.mvo","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  1047. P_AddEntity(372.00,17.800,331.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1048. P_AddEntity(370.00,18.000,328.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1049. P_AddEntity(371.00,17.200,336.00,"Trees","veget/zbunA2_2.mvo","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1050. P_AddEntity(380.00,17.800,345.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1051. P_AddEntity(377.00,17.600,354.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1052. P_AddEntity(366.00,17.200,349.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1053. P_AddEntity(367.00,19.200,384.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 0.499997 0.000000");
  1054. P_AddEntity(365.00,16.200,391.00,"Trees","veget/zbunA2_2.mvo","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1055. P_AddEntity(358.00,16.200,398.00,"Trees","veget/zbunA2_2.mvo","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1056. P_AddEntity(352.00,18.800,396.00,"Trees","veget/zbunA2_2.mvo","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  1057. P_AddEntity(352.00,19.200,394.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1058. P_AddEntity(348.00,18.600,400.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1059. P_AddEntity(343.00,16.800,410.00,"Trees","veget/zbunA2_2.mvo","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  1060. P_AddEntity(342.00,16.000,424.00,"Trees","veget/zbunA2_2.mvo","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  1061. P_AddEntity(348.00,15.200,416.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1062. P_AddEntity(349.00,16.600,405.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1063. P_AddEntity(339.00,19.200,399.00,"Trees","veget/zbunA2_2.mvo","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1064. P_AddEntity(322.00,14.200,428.00,"Trees","veget/zbunA2_2.mvo","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  1065. P_AddEntity(326.00,14.800,422.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1066. P_AddEntity(330.00,15.800,419.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1067. P_AddEntity(323.00,17.800,405.00,"Trees","veget/zbunA2_2.mvo","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  1068. P_AddEntity(311.00,16.600,448.00,"Trees","veget/zbunA2_2.mvo","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  1069. P_AddEntity(308.00,14.600,444.00,"Trees","veget/zbunA2_2.mvo","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1070. P_AddEntity(298.00,14.000,448.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 0.499997 0.000000");
  1071. P_AddEntity(287.00,15.600,449.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1072. P_AddEntity(284.00,15.600,447.00,"Trees","veget/zbunA2_2.mvo","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1073. P_AddEntity(280.00,16.200,446.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1074. P_AddEntity(273.00,18.600,450.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1075. P_AddEntity(278.00,17.200,453.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1076. P_AddEntity(290.00,18.800,427.00,"Trees","veget/zbunA2_2.mvo","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  1077. P_AddEntity(281.00,18.400,436.00,"Trees","veget/zbunA2_2.mvo","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  1078. P_AddEntity(279.00,19.000,437.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1079. P_AddEntity(287.00,15.800,436.00,"Trees","veget/zbunA2_2.mvo","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1080. P_AddEntity(274.00,19.000,427.00,"Trees","veget/zbunA2_2.mvo","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1081. P_AddEntity(266.00,19.000,426.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1082. P_AddEntity(265.00,20.800,431.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1083. P_AddEntity(282.00,17.600,416.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1084. P_AddEntity(286.00,17.400,407.00,"Trees","veget/zbunA2_2.mvo","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1085. P_AddEntity(298.00,19.400,404.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1086. P_AddEntity(305.00,20.200,402.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1087. P_AddEntity(309.00,20.000,397.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1088. P_AddEntity(291.00,20.000,415.00,"Trees","veget/zbunA2_2.mvo","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1089. P_AddEntity(247.00,22.000,426.00,"Trees","veget/zbunA2_2.mvo","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1090. P_AddEntity(243.00,22.600,430.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1091. P_AddEntity(243.00,22.000,435.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1092. P_AddEntity(251.00,21.000,433.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1093. P_AddEntity(246.00,22.400,445.00,"Trees","veget/zbunA2_2.mvo","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  1094. P_AddEntity(230.00,22.800,437.00,"Trees","veget/zbunA2_2.mvo","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  1095. P_AddEntity(226.00,22.800,444.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1096. P_AddEntity(228.00,21.800,448.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1097. P_AddEntity(238.00,23.800,412.00,"Trees","veget/zbunA2_2.mvo","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1098. P_AddEntity(255.00,23.200,381.00,"Trees","veget/zbunA2_2.mvo","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  1099. P_AddEntity(288.00,18.200,334.00,"Trees","veget/zbunA2_2.mvo","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  1100. P_AddEntity(311.00,17.800,353.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1101. P_AddEntity(326.00,17.400,358.00,"Trees","veget/zbunA2_2.mvo","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1102. P_AddEntity(336.00,18.000,352.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1103. P_AddEntity(353.00,18.800,356.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1104. P_AddEntity(360.00,17.600,351.00,"Trees","veget/zbunA2_2.mvo","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1105. P_AddEntity(360.00,17.000,335.00,"Trees","veget/zbunA2_2.mvo","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1106. P_AddEntity(290.00,18.800,304.00,"Trees","veget/zbunA2_2.mvo","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1107. P_AddEntity(376.00,18.000,362.00,"Trees","veget/zbunA2_2.mvo","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1108. P_AddEntity(373.00,19.200,368.00,"Trees","veget/zbunA2_2.mvo","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1109. P_AddEntity(366.00,18.000,368.00,"Trees","veget/zbunA2_2.mvo","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1110. P_AddEntity(360.00,18.400,372.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1111. P_AddEntity(355.00,19.200,391.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1112. P_AddEntity(299.00,16.400,423.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1113. P_AddEntity(312.00,15.600,417.00,"Trees","veget/zbunA2_2.mvo","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1114. P_AddEntity(274.00,18.000,421.00,"Trees","veget/zbunA2_2.mvo","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1115. P_AddEntity(266.00,22.000,433.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 0.499997 0.000000");
  1116. P_AddEntity(239.00,23.600,404.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1117. P_AddEntity(248.00,23.800,385.00,"Trees","veget/zbunA2_2.mvo","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1118. P_AddEntity(265.00,20.200,387.00,"Trees","veget/zbunA2_2.mvo","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  1119. P_AddEntity(279.00,19.600,377.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1120. P_AddEntity(302.00,18.600,353.00,"Trees","veget/zbunA2_2.mvo","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1121. P_AddEntity(319.00,19.000,339.00,"Trees","veget/zbunA2_2.mvo","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  1122. P_AddEntity(335.00,18.200,324.00,"Trees","veget/zbunA2_2.mvo","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  1123. P_AddEntity(332.00,18.600,322.00,"Trees","veget/zbunA2_2.mvo","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1124. P_AddEntity(341.00,19.600,317.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 0.499997 0.000000");
  1125. P_AddEntity(342.00,18.800,321.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1126. P_AddEntity(335.00,16.600,301.00,"Trees","veget/zbunA2_2.mvo","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1127. P_AddEntity(318.00,18.400,308.00,"Trees","veget/zbunA2_2.mvo","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  1128. P_AddEntity(305.00,19.400,313.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1129. P_AddEntity(296.00,19.000,307.00,"Trees","veget/zbunA2_2.mvo","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1130. P_AddEntity(304.00,19.000,322.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1131. P_AddEntity(302.00,19.000,324.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1132. P_AddEntity(284.00,19.200,353.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1133. P_AddEntity(280.00,18.200,351.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 0.499997 0.000000");
  1134. P_AddEntity(272.00,21.600,375.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1135. P_AddEntity(260.00,23.400,377.00,"Trees","veget/zbunA2_2.mvo","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1136. P_AddEntity(242.00,17.800,364.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1137. P_AddEntity(231.00,18.400,375.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1138. P_AddEntity(219.00,16.000,394.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1139. P_AddEntity(217.00,17.600,405.00,"Trees","veget/zbunA2_2.mvo","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  1140. P_AddEntity(222.00,23.800,419.00,"Trees","veget/zbunA2_2.mvo","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  1141. P_AddEntity(207.00,17.400,425.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1142. P_AddEntity(208.00,20.400,442.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1143. P_AddEntity(188.00,13.000,439.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1144. P_AddEntity(182.00,12.000,441.00,"Trees","veget/zbunA2_2.mvo","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1145. P_AddEntity(186.00,17.200,450.00,"Trees","veget/zbunA2_2.mvo","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1146. P_AddEntity(182.00,16.200,450.00,"Trees","veget/zbunA2_2.mvo","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  1147. P_AddEntity(182.00,12.600,430.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1148. P_AddEntity(206.00,15.200,370.00,"Trees","veget/zbunA2_2.mvo","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1149. P_AddEntity(214.00,12.800,373.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1150. P_AddEntity(203.00,16.600,362.00,"Trees","veget/zbunA2_2.mvo","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  1151. P_AddEntity(171.00,22.600,363.00,"Trees","veget/zbunA2_2.mvo","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1152. P_AddEntity(179.00,22.800,356.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 0.499997 0.000000");
  1153. P_AddEntity(174.00,22.600,352.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1154. P_AddEntity(180.00,22.000,343.00,"Trees","veget/zbunA2_2.mvo","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1155. P_AddEntity(177.00,22.400,343.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1156. P_AddEntity(170.00,21.000,339.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1157. P_AddEntity(171.00,19.200,329.00,"Trees","veget/zbunA2_2.mvo","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1158. P_AddEntity(181.00,20.400,327.00,"Trees","veget/zbunA2_2.mvo","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  1159. P_AddEntity(187.00,20.400,322.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1160. P_AddEntity(176.00,18.600,320.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1161. P_AddEntity(160.00,16.800,325.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1162. P_AddEntity(166.00,17.800,325.00,"Trees","veget/zbunA2_2.mvo","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1163. P_AddEntity(167.00,18.200,326.00,"Trees","veget/zbunA2_2.mvo","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  1164. P_AddEntity(156.00,17.000,332.00,"Trees","veget/zbunA2_2.mvo","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1165. P_AddEntity(148.00,17.000,339.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1166. P_AddEntity(139.00,16.400,339.00,"Trees","veget/zbunA2_2.mvo","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1167. P_AddEntity(142.00,17.600,350.00,"Trees","veget/zbunA2_2.mvo","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  1168. P_AddEntity(146.00,18.000,348.00,"Trees","veget/zbunA2_2.mvo","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1169. P_AddEntity(132.00,16.200,336.00,"Trees","veget/zbunA2_2.mvo","0.499997 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 0.499997 0.000000");
  1170. P_AddEntity(114.00,17.000,334.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1171. P_AddEntity(107.00,17.000,337.00,"Trees","veget/zbunA2_2.mvo","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1172. P_AddEntity(108.00,16.400,344.00,"Trees","veget/zbunA2_2.mvo","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  1173. P_AddEntity(118.00,16.200,338.00,"Trees","veget/zbunA2_2.mvo","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1174. P_AddEntity(126.00,18.800,319.00,"Trees","veget/zbunA2_2.mvo","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1175. P_AddEntity(115.00,17.400,332.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1176. P_AddEntity(133.00,17.800,311.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1177. P_AddEntity(125.00,22.000,302.00,"Trees","veget/zbunA2_2.mvo","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1178. P_AddEntity(133.00,20.600,300.00,"Trees","veget/zbunA2_2.mvo","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1179. P_AddEntity(142.00,18.200,297.00,"Trees","veget/zbunA2_2.mvo","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1180. P_AddEntity(139.00,19.200,290.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1181. P_AddEntity(135.00,19.800,287.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1182. P_AddEntity(132.00,20.600,284.00,"Trees","veget/zbunA2_2.mvo","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1183. P_AddEntity(123.00,21.600,280.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1184. P_AddEntity(115.00,23.200,283.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1185. P_AddEntity(120.00,18.800,275.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1186. P_AddEntity(128.00,17.800,270.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1187. P_AddEntity(120.00,17.000,269.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1188. P_AddEntity(113.00,16.600,269.00,"Trees","veget/zbunA2_2.mvo","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1189. P_AddEntity(133.00,17.600,261.00,"Trees","veget/zbunA2_2.mvo","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  1190. P_AddEntity(131.00,18.200,255.00,"Trees","veget/zbunA2_2.mvo","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1191. P_AddEntity(144.00,20.200,248.00,"Trees","veget/zbunA2_2.mvo","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1192. P_AddEntity(184.00,20.200,247.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1193. P_AddEntity(214.00,19.400,247.00,"Trees","veget/zbunA2_2.mvo","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1194. P_AddEntity(198.00,20.200,252.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1195. P_AddEntity(202.00,20.000,223.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1196. P_AddEntity(198.00,19.400,219.00,"Trees","veget/zbunA2_2.mvo","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1197. P_AddEntity(163.00,18.400,214.00,"Trees","veget/zbunA2_2.mvo","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1198. P_AddEntity(137.00,16.000,200.00,"Trees","veget/zbunA2_2.mvo","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1199. P_AddEntity(168.00,18.200,181.00,"Trees","veget/zbunA2_2.mvo","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1200. P_AddEntity(173.00,19.800,162.00,"Trees","veget/zbunA2_2.mvo","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1201. P_AddEntity(176.00,20.600,153.00,"Trees","veget/zbunA2_2.mvo","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1202. P_AddEntity(175.00,20.400,151.00,"Trees","veget/zbunA2_2.mvo","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  1203. P_AddEntity(204.00,20.800,172.00,"Trees","veget/zbunA2_2.mvo","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1204. P_AddEntity(204.00,21.000,166.00,"Trees","veget/zbunA2_2.mvo","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1205. P_AddEntity(225.00,20.800,159.00,"Trees","veget/zbunA2_2.mvo","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1206. P_AddEntity(248.00,21.000,155.00,"Trees","veget/zbunA2_2.mvo","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  1207. P_AddEntity(264.00,23.200,375.00,"Trees","drvoIII_B3","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  1208. P_AddEntity(272.00,21.200,377.00,"Trees","drvoIII_B3","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1209. P_AddEntity(281.00,20.800,369.00,"Trees","drvoIII_B3","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1210. P_AddEntity(247.00,23.400,388.00,"Trees","drvoIII_B3","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1211. P_AddEntity(254.00,19.200,361.00,"Trees","drvoIII_B3","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  1212. P_AddEntity(271.00,18.000,352.00,"Trees","drvoIII_B3","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  1213. P_AddEntity(232.00,14.200,348.00,"Trees","drvoIII_B3","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1214. P_AddEntity(232.00,15.600,367.00,"Trees","drvoIII_B3","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1215. P_AddEntity(184.00,22.400,342.00,"Trees","drvoIII_B3","0.499997 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 0.499997 0.000000");
  1216. P_AddEntity(179.00,18.600,312.00,"Trees","drvoIII_B3","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1217. P_AddEntity(132.00,19.400,280.00,"Trees","drvoIII_B3","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1218. P_AddEntity(137.00,19.800,296.00,"Trees","drvoIII_B3","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  1219. P_AddEntity(102.00,18.400,277.00,"Trees","drvoIII_B3","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  1220. P_AddEntity(88.00,19.200,287.00,"Trees","drvoIII_B3","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1221. P_AddEntity(82.00,20.200,304.00,"Trees","drvoIII_B3","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1222. P_AddEntity(143.00,20.600,240.00,"Trees","drvoIII_B3","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1223. P_AddEntity(127.00,18.200,213.00,"Trees","drvoIII_B3","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1224. P_AddEntity(121.00,16.400,184.00,"Trees","drvoIII_B3","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1225. P_AddEntity(102.00,19.000,220.00,"Trees","drvoIII_B3","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1226. P_AddEntity(92.00,20.600,223.00,"Trees","drvoIII_B3","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1227. P_AddEntity(130.00,15.200,118.00,"Trees","drvoIII_B3","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1228. P_AddEntity(166.00,18.600,138.00,"Trees","drvoIII_B3","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  1229. P_AddEntity(168.00,18.400,175.00,"Trees","drvoIII_B3","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1230. P_AddEntity(177.00,20.800,159.00,"Trees","drvoIII_B3","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1231. P_AddEntity(172.00,18.800,205.00,"Trees","drvoIII_B3","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1232. P_AddEntity(192.00,20.600,209.00,"Trees","drvoIII_B3","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  1233. P_AddEntity(207.00,18.400,210.00,"Trees","drvoIII_B3","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1234. P_AddEntity(201.00,19.000,219.00,"Trees","drvoIII_B3","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1235. P_AddEntity(228.00,18.400,222.00,"Trees","drvoIII_B3","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1236. P_AddEntity(214.00,19.800,192.00,"Trees","drvoIII_B3","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1237. P_AddEntity(198.00,21.000,171.00,"Trees","drvoIII_B3","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1238. P_AddEntity(239.00,19.200,189.00,"Trees","drvoIII_B3","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1239. P_AddEntity(258.00,18.200,222.00,"Trees","drvoIII_B3","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1240. P_AddEntity(251.00,17.800,221.00,"Trees","drvoIII_B3","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1241. P_AddEntity(291.00,17.400,220.00,"Trees","drvoIII_B3","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  1242. P_AddEntity(334.00,19.000,176.00,"Trees","drvoIII_B3","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1243. P_AddEntity(360.00,20.200,167.00,"Trees","drvoIII_B3","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1244. P_AddEntity(321.00,21.000,160.00,"Trees","drvoIII_B3","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1245. P_AddEntity(334.00,17.400,188.00,"Trees","drvoIII_B3","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1246. P_AddEntity(316.00,16.200,221.00,"Trees","drvoIII_B3","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  1247. P_AddEntity(313.00,19.000,241.00,"Trees","drvoIII_B3","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1248. P_AddEntity(301.00,18.800,241.00,"Trees","drvoIII_B3","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1249. P_AddEntity(309.00,17.200,247.00,"Trees","drvoIII_B3","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1250. P_AddEntity(295.00,17.800,245.00,"Trees","drvoIII_B3","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  1251. P_AddEntity(274.00,18.000,245.00,"Trees","drvoIII_B3","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1252. P_AddEntity(264.00,18.800,299.00,"Trees","drvoIII_B3","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1253. P_AddEntity(320.00,18.200,308.00,"Trees","drvoIII_B3","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1254. P_AddEntity(351.00,20.000,317.00,"Trees","drvoIII_B3","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1255. P_AddEntity(347.00,18.000,374.00,"Trees","drvoIII_B3","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  1256. P_AddEntity(276.00,19.400,356.00,"Trees","drvoIII_B3","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1257. P_AddEntity(74.00,18.400,277.00,"Trees","drvoIII_A3","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1258. P_AddEntity(89.00,16.600,269.00,"Trees","drvoIII_A3","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1259. P_AddEntity(113.00,20.200,244.00,"Trees","drvoIII_A3","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  1260. P_AddEntity(130.00,20.600,240.00,"Trees","drvoIII_A3","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  1261. P_AddEntity(139.00,18.200,269.00,"Trees","drvoIII_A3","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1262. P_AddEntity(146.00,18.000,286.00,"Trees","drvoIII_A3","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1263. P_AddEntity(161.00,20.400,248.00,"Trees","drvoIII_A3","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1264. P_AddEntity(172.00,20.400,242.00,"Trees","drvoIII_A3","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1265. P_AddEntity(179.00,20.200,244.00,"Trees","drvoIII_A3","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1266. P_AddEntity(188.00,20.400,243.00,"Trees","drvoIII_A3","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1267. P_AddEntity(202.00,19.400,204.00,"Trees","drvoIII_A3","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1268. P_AddEntity(192.00,21.000,179.00,"Trees","drvoIII_A3","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1269. P_AddEntity(172.00,19.400,180.00,"Trees","drvoIII_A3","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1270. P_AddEntity(210.00,19.000,131.00,"Trees","drvoIII_A3","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1271. P_AddEntity(224.00,20.400,151.00,"Trees","drvoIII_A3","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  1272. P_AddEntity(241.00,18.000,115.00,"Trees","drvoIII_A3","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1273. P_AddEntity(275.00,18.800,142.00,"Trees","drvoIII_A3","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1274. P_AddEntity(312.00,20.400,150.00,"Trees","drvoIII_A3","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1275. P_AddEntity(343.00,19.800,170.00,"Trees","drvoIII_A3","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1276. P_AddEntity(303.00,17.600,188.00,"Trees","drvoIII_A3","0.707101 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707101 0.000000");
  1277. P_AddEntity(269.00,17.200,218.00,"Trees","drvoIII_A3","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1278. P_AddEntity(243.00,17.800,221.00,"Trees","drvoIII_A3","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1279. P_AddEntity(221.00,17.200,214.00,"Trees","drvoIII_A3","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1280. P_AddEntity(241.00,18.800,242.00,"Trees","drvoIII_A3","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  1281. P_AddEntity(266.00,19.400,241.00,"Trees","drvoIII_A3","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  1282. P_AddEntity(294.00,19.000,240.00,"Trees","drvoIII_A3","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1283. P_AddEntity(306.00,18.400,243.00,"Trees","drvoIII_A3","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1284. P_AddEntity(311.00,18.600,242.00,"Trees","drvoIII_A3","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1285. P_AddEntity(307.00,16.800,220.00,"Trees","drvoIII_A3","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1286. P_AddEntity(292.00,16.600,253.00,"Trees","drvoIII_A3","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  1287. P_AddEntity(267.00,18.600,299.00,"Trees","drvoIII_A3","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1288. P_AddEntity(253.00,18.600,294.00,"Trees","drvoIII_A3","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1289. P_AddEntity(300.00,19.400,312.00,"Trees","drvoIII_A3","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1290. P_AddEntity(325.00,18.400,308.00,"Trees","drvoIII_A3","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1291. P_AddEntity(343.00,19.600,317.00,"Trees","drvoIII_A3","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1292. P_AddEntity(306.00,18.600,338.00,"Trees","drvoIII_A3","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1293. P_AddEntity(346.00,17.600,369.00,"Trees","drvoIII_A3","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1294. P_AddEntity(362.00,17.800,367.00,"Trees","drvoIII_A3","0.965918 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965918 0.000000");
  1295. P_AddEntity(370.00,18.600,368.00,"Trees","drvoIII_A3","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1296. P_AddEntity(353.00,19.400,392.00,"Trees","drvoIII_A3","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1297. P_AddEntity(347.00,20.200,396.00,"Trees","drvoIII_A3","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1298. P_AddEntity(301.00,17.400,417.00,"Trees","drvoIII_A3","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1299. P_AddEntity(284.00,18.000,434.00,"Trees","drvoIII_A3","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1300. P_AddEntity(268.00,22.400,445.00,"Trees","drvoIII_A3","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  1301. P_AddEntity(282.00,16.400,451.00,"Trees","drvoIII_A3","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1302. P_AddEntity(241.00,22.800,432.00,"Trees","drvoIII_A3","0.499997 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 0.499997 0.000000");
  1303. P_AddEntity(164.00,19.200,403.00,"Trees","drvoIII_A3","0.965919 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965919 0.000000");
  1304. P_AddEntity(151.00,20.600,359.00,"Trees","drvoIII_A3","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1305. P_AddEntity(156.00,16.200,328.00,"Trees","drvoIII_A3","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  1306. P_AddEntity(125.00,19.800,277.00,"Trees","drvoIII_A3","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1307. P_AddEntity(177.00,20.800,94.00,"Trees","drvoIII_A1","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1308. P_AddEntity(161.00,17.600,152.00,"Trees","drvoIII_A1","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1309. P_AddEntity(174.00,19.600,209.00,"Trees","drvoIII_A1","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1310. P_AddEntity(133.00,16.000,196.00,"Trees","drvoIII_A1","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1311. P_AddEntity(154.00,20.400,245.00,"Trees","drvoIII_A1","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1312. P_AddEntity(239.00,16.600,209.00,"Trees","drvoIII_A1","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1313. P_AddEntity(284.00,19.600,240.00,"Trees","drvoIII_A1","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1314. P_AddEntity(317.00,17.600,190.00,"Trees","drvoIII_A1","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  1315. P_AddEntity(360.00,20.800,154.00,"Trees","drvoIII_A1","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1316. P_AddEntity(371.00,20.600,160.00,"Trees","drvoIII_A1","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1317. P_AddEntity(350.00,19.800,172.00,"Trees","drvoIII_A1","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1318. P_AddEntity(324.00,19.000,138.00,"Trees","drvoIII_A1","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1319. P_AddEntity(305.00,21.000,97.00,"Trees","drvoIII_A1","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1320. P_AddEntity(280.00,21.000,106.00,"Trees","drvoIII_A1","0.258816 0.000000 0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965919 0.000000 0.258816 0.000000");
  1321. P_AddEntity(277.00,18.600,137.00,"Trees","drvoIII_A1","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1322. P_AddEntity(245.00,19.000,111.00,"Trees","drvoIII_A1","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1323. P_AddEntity(226.00,19.200,95.00,"Trees","drvoIII_A1","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1324. P_AddEntity(239.00,19.400,187.00,"Trees","drvoIII_A1","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  1325. P_AddEntity(252.00,19.800,302.00,"Trees","drvoIII_A1","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1326. P_AddEntity(254.00,23.000,383.00,"Trees","drvoIII_A1","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1327. P_AddEntity(246.00,23.000,447.00,"Trees","drvoIII_A1","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1328. P_AddEntity(323.00,14.200,426.00,"Trees","drvoIII_A1","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1329. P_AddEntity(212.00,15.400,408.00,"Trees","drvoIII_A1","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1330. P_AddEntity(151.00,16.800,335.00,"Trees","drvoIII_A1","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1331. P_AddEntity(119.00,23.200,306.00,"Trees","drvoIII_A1","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1332. P_AddEntity(74.00,19.600,306.00,"Trees","drvoIII_B1","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1333. P_AddEntity(89.00,20.000,291.00,"Trees","drvoIII_B1","-0.707102 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 -0.707102 0.000000");
  1334. P_AddEntity(85.00,18.400,279.00,"Trees","drvoIII_B1","-0.965919 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965919 0.000000");
  1335. P_AddEntity(91.00,17.200,272.00,"Trees","drvoIII_B1","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  1336. P_AddEntity(134.00,20.000,221.00,"Trees","drvoIII_B1","-0.965918 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965918 0.000000");
  1337. P_AddEntity(107.00,17.400,176.00,"Trees","drvoIII_B1","-0.707101 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707101 0.000000");
  1338. P_AddEntity(142.00,15.400,141.00,"Trees","drvoIII_B1","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1339. P_AddEntity(166.00,18.800,103.00,"Trees","drvoIII_B1","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1340. P_AddEntity(165.00,18.800,109.00,"Trees","drvoIII_B1","0.707102 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 0.707102 0.000000");
  1341. P_AddEntity(158.00,17.600,114.00,"Trees","drvoIII_B1","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1342. P_AddEntity(201.00,19.400,96.00,"Trees","drvoIII_B1","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1343. P_AddEntity(219.00,20.000,78.00,"Trees","drvoIII_B1","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1344. P_AddEntity(241.00,20.800,82.00,"Trees","drvoIII_B1","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1345. P_AddEntity(302.00,15.800,205.00,"Trees","drvoIII_B1","-0.000001 0.000000 0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999992 0.000000 -0.000001 0.000000");
  1346. P_AddEntity(262.00,16.400,215.00,"Trees","drvoIII_B1","-0.499997 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 -0.499997 0.000000");
  1347. P_AddEntity(255.00,17.400,248.00,"Trees","drvoIII_B1","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1348. P_AddEntity(252.00,17.200,251.00,"Trees","drvoIII_B1","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  1349. P_AddEntity(295.00,18.400,242.00,"Trees","drvoIII_B1","-0.866018 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866018 0.000000");
  1350. P_AddEntity(264.00,19.400,301.00,"Trees","drvoIII_B1","-0.258816 0.000000 -0.965919 0.000000 0.000000 1.000000 0.000000 0.000000 0.965919 0.000000 -0.258816 0.000000");
  1351. P_AddEntity(248.00,18.800,292.00,"Trees","drvoIII_B1","0.258818 0.000000 -0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 0.965918 0.000000 0.258818 0.000000");
  1352. P_AddEntity(243.00,15.400,358.00,"Trees","drvoIII_B1","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1353. P_AddEntity(245.00,15.400,356.00,"Trees","drvoIII_B1","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1354. P_AddEntity(237.00,14.200,354.00,"Trees","drvoIII_B1","0.707100 0.000000 0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707102 0.000000 0.707100 0.000000");
  1355. P_AddEntity(259.00,20.400,431.00,"Trees","drvoIII_B1","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1356. P_AddEntity(141.00,19.200,360.00,"Trees","drvoIII_B1","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1357. P_AddEntity(86.00,16.800,367.00,"Trees","drvoIII_B2","-0.258818 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 -0.258818 0.000000");
  1358. P_AddEntity(91.00,16.200,361.00,"Trees","drvoIII_B2","-0.866019 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866019 0.000000");
  1359. P_AddEntity(83.00,19.200,343.00,"Trees","drvoIII_B2","-0.999992 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999992 0.000000");
  1360. P_AddEntity(90.00,20.200,334.00,"Trees","drvoIII_B2","-0.707100 0.000000 -0.707102 0.000000 0.000000 1.000000 0.000000 0.000000 0.707102 0.000000 -0.707100 0.000000");
  1361. P_AddEntity(67.00,20.400,335.00,"Trees","drvoIII_B2","-0.499995 0.000000 -0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 0.866019 0.000000 -0.499995 0.000000");
  1362. P_AddEntity(64.00,21.000,315.00,"Trees","drvoIII_B2","0.000001 0.000000 -0.999992 0.000000 0.000000 1.000000 0.000000 0.000000 0.999992 0.000000 0.000001 0.000000");
  1363. P_AddEntity(61.00,18.800,288.00,"Trees","drvoIII_B2","0.499997 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 0.499997 0.000000");
  1364. P_AddEntity(63.00,17.000,271.00,"Trees","drvoIII_B2","0.866019 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 0.866019 0.000000");
  1365. P_AddEntity(78.00,16.000,267.00,"Trees","drvoIII_B2","0.999992 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999992 0.000000");
  1366. P_AddEntity(109.00,16.000,265.00,"Trees","drvoIII_B2","0.866018 0.000000 0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499997 0.000000 0.866018 0.000000");
  1367. P_AddEntity(95.00,19.800,220.00,"Trees","drvoIII_B2","0.499995 0.000000 0.866019 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866019 0.000000 0.499995 0.000000");
  1368. P_AddEntity(61.00,21.000,208.00,"Trees","drvoIII_B2","-0.258818 0.000000 0.965917 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965917 0.000000 -0.258818 0.000000");
  1369. P_AddEntity(117.00,17.400,214.00,"Trees","drvoIII_B2","-0.707102 0.000000 0.707100 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707100 0.000000 -0.707102 0.000000");
  1370. P_AddEntity(159.00,19.600,220.00,"Trees","drvoIII_B2","-0.965918 0.000000 0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258816 0.000000 -0.965918 0.000000");
  1371. P_AddEntity(219.00,18.400,221.00,"Trees","drvoIII_B2","-0.965917 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965917 0.000000");
  1372. P_AddEntity(206.00,20.000,192.00,"Trees","drvoIII_B2","-0.499995 0.000000 -0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 0.866018 0.000000 -0.499995 0.000000");
  1373. P_AddEntity(213.00,19.600,141.00,"Trees","drvoIII_B2","0.000001 0.000000 -0.999991 0.000000 0.000000 1.000000 0.000000 0.000000 0.999991 0.000000 0.000001 0.000000");
  1374. P_AddEntity(260.00,19.000,141.00,"Trees","drvoIII_B2","0.707101 0.000000 -0.707100 0.000000 0.000000 1.000000 0.000000 0.000000 0.707100 0.000000 0.707101 0.000000");
  1375. P_AddEntity(263.00,19.800,119.00,"Trees","drvoIII_B2","0.965918 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 0.965918 0.000000");
  1376. P_AddEntity(232.00,20.600,76.00,"Trees","drvoIII_B2","0.965917 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965917 0.000000");
  1377. P_AddEntity(232.00,20.800,72.00,"Trees","drvoIII_B2","0.499995 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 0.499995 0.000000");
  1378. P_AddEntity(192.00,20.600,68.00,"Trees","drvoIII_B2","0.258816 0.000000 0.965918 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965918 0.000000 0.258816 0.000000");
  1379. P_AddEntity(173.00,20.000,122.00,"Trees","drvoIII_B2","-0.499997 0.000000 0.866017 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866017 0.000000 -0.499997 0.000000");
  1380. P_AddEntity(318.00,13.600,214.00,"Trees","drvoIII_B2","-0.499997 0.000000 0.866017 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866017 0.000000 -0.499997 0.000000");
  1381. P_AddEntity(301.00,17.200,248.00,"Trees","drvoIII_B2","-0.866018 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866018 0.000000");
  1382. P_AddEntity(365.00,20.800,158.00,"Trees","drvoIII_A2","-0.866018 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 -0.866018 0.000000");
  1383. P_AddEntity(352.00,20.600,166.00,"Trees","drvoIII_A2","-0.999991 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999991 0.000000");
  1384. P_AddEntity(342.00,20.800,149.00,"Trees","drvoIII_A2","-0.866017 0.000000 -0.499997 0.000000 0.000000 1.000000 0.000000 0.000000 0.499997 0.000000 -0.866017 0.000000");
  1385. P_AddEntity(339.00,20.800,149.00,"Trees","drvoIII_A2","-0.258816 0.000000 -0.965917 0.000000 0.000000 1.000000 0.000000 0.000000 0.965917 0.000000 -0.258816 0.000000");
  1386. P_AddEntity(334.00,20.200,140.00,"Trees","drvoIII_A2","0.258818 0.000000 -0.965917 0.000000 0.000000 1.000000 0.000000 0.000000 0.965917 0.000000 0.258818 0.000000");
  1387. P_AddEntity(327.00,20.800,161.00,"Trees","drvoIII_A2","0.866018 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 0.866018 0.000000");
  1388. P_AddEntity(312.00,20.400,168.00,"Trees","drvoIII_A2","0.999991 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999991 0.000000");
  1389. P_AddEntity(320.00,20.200,146.00,"Trees","drvoIII_A2","0.866017 0.000000 0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499996 0.000000 0.866017 0.000000");
  1390. P_AddEntity(306.00,18.200,142.00,"Trees","drvoIII_A2","0.258816 0.000000 0.965917 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965917 0.000000 0.258816 0.000000");
  1391. P_AddEntity(295.00,20.600,158.00,"Trees","drvoIII_A2","-0.499996 0.000000 0.866017 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866017 0.000000 -0.499996 0.000000");
  1392. P_AddEntity(271.00,20.000,174.00,"Trees","drvoIII_A2","-0.866018 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 -0.866018 0.000000");
  1393. P_AddEntity(227.00,19.600,241.00,"Trees","drvoIII_A2","-0.965917 0.000000 0.258815 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258815 0.000000 -0.965917 0.000000");
  1394. P_AddEntity(238.00,18.800,269.00,"Trees","drvoIII_A2","-0.965917 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965917 0.000000");
  1395. P_AddEntity(267.00,18.800,319.00,"Trees","drvoIII_A2","-0.707099 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 -0.707099 0.000000");
  1396. P_AddEntity(306.00,19.000,330.00,"Trees","drvoIII_A2","-0.258815 0.000000 -0.965917 0.000000 0.000000 1.000000 0.000000 0.000000 0.965917 0.000000 -0.258815 0.000000");
  1397. P_AddEntity(340.00,19.400,379.00,"Trees","drvoIII_A2","0.258818 0.000000 -0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 0.965916 0.000000 0.258818 0.000000");
  1398. P_AddEntity(261.00,22.000,381.00,"Trees","drvoIII_A2","0.499996 0.000000 -0.866017 0.000000 0.000000 1.000000 0.000000 0.000000 0.866017 0.000000 0.499996 0.000000");
  1399. P_AddEntity(220.00,13.200,378.00,"Trees","drvoIII_A2","0.866018 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 0.866018 0.000000");
  1400. P_AddEntity(207.00,14.800,373.00,"Trees","drvoIII_A2","0.965916 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965916 0.000000");
  1401. P_AddEntity(270.00,19.600,429.00,"Trees","drvoIII_A2","0.707099 0.000000 0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707101 0.000000 0.707099 0.000000");
  1402. P_AddEntity(290.00,15.000,437.00,"Trees","drvoIII_A2","0.499994 0.000000 0.866018 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866018 0.000000 0.499994 0.000000");
  1403. P_AddEntity(213.00,21.000,437.00,"Trees","drvoIII_A2","-0.000001 0.000000 0.999991 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999991 0.000000 -0.000001 0.000000");
  1404. P_AddEntity(180.00,13.200,445.00,"Trees","drvoIII_A2","-0.707101 0.000000 0.707099 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707099 0.000000 -0.707101 0.000000");
  1405. P_AddEntity(130.00,23.200,436.00,"Trees","drvoIII_A2","-0.965917 0.000000 0.258815 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258815 0.000000 -0.965917 0.000000");
  1406. P_AddEntity(104.00,21.800,417.00,"Trees","drvoIII_A2","-0.965916 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965916 0.000000");
  1407. P_AddEntity(224.00,19.200,330.00,"Trees","drvosuvo2","-0.999991 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999991 0.000000");
  1408. P_AddEntity(198.00,19.400,308.00,"Trees","drvosuvo2","-0.258815 0.000000 -0.965917 0.000000 0.000000 1.000000 0.000000 0.000000 0.965917 0.000000 -0.258815 0.000000");
  1409. P_AddEntity(222.00,20.200,282.00,"Trees","drvosuvo2","0.499996 0.000000 -0.866017 0.000000 0.000000 1.000000 0.000000 0.000000 0.866017 0.000000 0.499996 0.000000");
  1410. P_AddEntity(186.00,15.800,394.00,"Trees","drvosuvo2","0.866018 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 0.866018 0.000000");
  1411. P_AddEntity(145.00,23.200,408.00,"Trees","drvosuvo2","0.965916 0.000000 0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258818 0.000000 0.965916 0.000000");
  1412. P_AddEntity(160.00,14.200,436.00,"Trees","drvosuvo2","0.866017 0.000000 0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499996 0.000000 0.866017 0.000000");
  1413. P_AddEntity(177.00,21.200,373.00,"Trees","drvosuvo2","-0.000001 0.000000 0.999991 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999991 0.000000 -0.000001 0.000000");
  1414. P_AddEntity(179.00,21.000,372.00,"Trees","drvosuvo2","0.866017 0.000000 0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499996 0.000000 0.866017 0.000000");
  1415. P_AddEntity(188.00,14.400,398.00,"Trees","drvosuvo1","0.866017 0.000000 0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499996 0.000000 0.866017 0.000000");
  1416. P_AddEntity(207.00,20.400,339.00,"Trees","drvosuvo1","0.258815 0.000000 0.965917 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965917 0.000000 0.258815 0.000000");
  1417. P_AddEntity(221.00,18.600,315.00,"Trees","drvosuvo1","-0.258818 0.000000 0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965916 0.000000 -0.258818 0.000000");
  1418. P_AddEntity(216.00,18.600,317.00,"Trees","drvosuvo1","-0.866018 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 -0.866018 0.000000");
  1419. P_AddEntity(124.00,24.800,422.00,"Trees","drvosuvo1","-0.258818 0.000000 0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965916 0.000000 -0.258818 0.000000");
  1420. P_AddEntity(103.00,24.000,317.00,"Trees","drvosuvo1","-0.258818 0.000000 0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965916 0.000000 -0.258818 0.000000");
  1421. P_AddEntity(97.00,18.200,153.00,"Trees","drvosuvo1","0.999990 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999990 0.000000");
  1422. P_AddEntity(259.00,18.000,190.00,"Trees","drvosuvo1","0.999990 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999990 0.000000");
  1423. P_AddEntity(245.00,20.000,178.00,"Trees","drvosuvo2","0.866018 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 0.866018 0.000000");
  1424. P_AddEntity(225.00,20.800,179.00,"Trees","drvosuvo2","0.258818 0.000000 -0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 0.965916 0.000000 0.258818 0.000000");
  1425. P_AddEntity(254.00,21.000,60.00,"Trees","drvosuvo2","0.258818 0.000000 -0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 0.965916 0.000000 0.258818 0.000000");
  1426. P_AddEntity(225.00,21.000,176.00,"Trees","drvosuvo1","-0.258815 0.000000 -0.965917 0.000000 0.000000 1.000000 0.000000 0.000000 0.965917 0.000000 -0.258815 0.000000");
  1427. P_AddEntity(219.00,20.800,179.00,"Trees","drvosuvo1","-0.999990 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999990 0.000000");
  1428. P_AddEntity(272.00,17.000,405.00,"Trees","drvosuvo1","-0.999990 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999990 0.000000");
  1429. P_AddEntity(293.00,17.800,383.00,"Trees","drvosuvo1","-0.707101 0.000000 0.707099 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707099 0.000000 -0.707101 0.000000");
  1430. P_AddEntity(269.00,18.200,393.00,"Trees","drvosuvo2","-0.707101 0.000000 0.707099 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707099 0.000000 -0.707101 0.000000");
  1431. P_AddEntity(266.00,17.400,412.00,"Trees","drvosuvo2","-0.000001 0.000000 0.999990 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999990 0.000000 -0.000001 0.000000");
  1432. P_AddEntity(163.00,21.400,390.00,"Trees","drvoII_3_R","-0.000001 0.000000 0.999990 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999990 0.000000 -0.000001 0.000000");
  1433. P_AddEntity(196.00,14.600,386.00,"Trees","drvoII_3_R","-0.499996 0.000000 0.866016 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866016 0.000000 -0.499996 0.000000");
  1434. P_AddEntity(182.00,13.800,417.00,"Trees","drvoII_3_R","-0.866017 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 -0.866017 0.000000");
  1435. P_AddEntity(190.00,20.000,361.00,"Trees","drvoII_3_R","-0.965916 0.000000 -0.258818 0.000000 0.000000 1.000000 0.000000 0.000000 0.258818 0.000000 -0.965916 0.000000");
  1436. P_AddEntity(194.00,19.600,359.00,"Trees","drvoII_3_R","-0.707099 0.000000 -0.707101 0.000000 0.000000 1.000000 0.000000 0.000000 0.707101 0.000000 -0.707099 0.000000");
  1437. P_AddEntity(208.00,19.400,295.00,"Trees","drvoII_3_R","0.000001 0.000000 -0.999990 0.000000 0.000000 1.000000 0.000000 0.000000 0.999990 0.000000 0.000001 0.000000");
  1438. P_AddEntity(209.00,20.200,288.00,"Trees","drvoII_3_R","0.499996 0.000000 -0.866016 0.000000 0.000000 1.000000 0.000000 0.000000 0.866016 0.000000 0.499996 0.000000");
  1439. P_AddEntity(248.00,22.000,417.00,"Trees","drvoII_3_R","0.866017 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 0.866017 0.000000");
  1440. P_AddEntity(252.00,20.800,412.00,"Trees","drvoII_3_R","0.999990 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999990 0.000000");
  1441. P_AddEntity(338.00,18.000,336.00,"Trees","drvoII_3_R","0.866016 0.000000 0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499996 0.000000 0.866016 0.000000");
  1442. P_AddEntity(320.00,16.800,360.00,"Trees","drvoII_3_R","0.258815 0.000000 0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965916 0.000000 0.258815 0.000000");
  1443. P_AddEntity(105.00,23.600,318.00,"Trees","drvoII_3_R","-0.258817 0.000000 0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965916 0.000000 -0.258817 0.000000");
  1444. P_AddEntity(95.00,23.800,312.00,"Trees","drvoII_3_R","-0.866017 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 -0.866017 0.000000");
  1445. P_AddEntity(118.00,25.800,294.00,"Trees","drvoII_3_R","-0.965916 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965916 0.000000");
  1446. P_AddEntity(84.00,18.800,252.00,"Trees","drvoII_3_R","-0.707099 0.000000 -0.707100 0.000000 0.000000 1.000000 0.000000 0.000000 0.707100 0.000000 -0.707099 0.000000");
  1447. P_AddEntity(90.00,18.800,252.00,"Trees","drvoII_3_R","0.000001 0.000000 -0.999990 0.000000 0.000000 1.000000 0.000000 0.000000 0.999990 0.000000 0.000001 0.000000");
  1448. P_AddEntity(88.00,19.800,247.00,"Trees","drvoII_3_R","0.499996 0.000000 -0.866016 0.000000 0.000000 1.000000 0.000000 0.000000 0.866016 0.000000 0.499996 0.000000");
  1449. P_AddEntity(99.00,17.800,154.00,"Trees","drvoII_3_R","0.965916 0.000000 -0.258815 0.000000 0.000000 1.000000 0.000000 0.000000 0.258815 0.000000 0.965916 0.000000");
  1450. P_AddEntity(92.00,19.200,154.00,"Trees","drvoII_3_R","0.866016 0.000000 0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499996 0.000000 0.866016 0.000000");
  1451. P_AddEntity(98.00,18.000,150.00,"Trees","drvoII_3_R","0.258815 0.000000 0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965916 0.000000 0.258815 0.000000");
  1452. P_AddEntity(103.00,17.000,147.00,"Trees","drvoII_3_R","-0.258817 0.000000 0.965915 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965915 0.000000 -0.258817 0.000000");
  1453. P_AddEntity(108.00,16.800,161.00,"Trees","drvoII_3_R","-0.866017 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 -0.866017 0.000000");
  1454. P_AddEntity(99.00,17.800,161.00,"Trees","drvoII_3_R","-0.999990 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999990 0.000000");
  1455. P_AddEntity(109.00,16.000,149.00,"Trees","drvoII_3_R","-0.866016 0.000000 -0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 0.499996 0.000000 -0.866016 0.000000");
  1456. P_AddEntity(101.00,17.400,134.00,"Trees","drvoII_3_R","-0.258815 0.000000 -0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 0.965916 0.000000 -0.258815 0.000000");
  1457. P_AddEntity(134.00,19.600,91.00,"Trees","drvoII_3_R","0.258817 0.000000 -0.965915 0.000000 0.000000 1.000000 0.000000 0.000000 0.965915 0.000000 0.258817 0.000000");
  1458. P_AddEntity(137.00,20.400,81.00,"Trees","drvoII_3_R","0.499996 0.000000 -0.866016 0.000000 0.000000 1.000000 0.000000 0.000000 0.866016 0.000000 0.499996 0.000000");
  1459. P_AddEntity(141.00,19.800,85.00,"Trees","drvoII_3_R","0.707100 0.000000 -0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 0.707098 0.000000 0.707100 0.000000");
  1460. P_AddEntity(143.00,19.800,84.00,"Trees","drvoII_3_R","0.965916 0.000000 -0.258815 0.000000 0.000000 1.000000 0.000000 0.000000 0.258815 0.000000 0.965916 0.000000");
  1461. P_AddEntity(190.00,21.000,91.00,"Trees","drvoII_3_R","0.965915 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965915 0.000000");
  1462. P_AddEntity(243.00,21.000,166.00,"Trees","drvoII_3_R","0.707098 0.000000 0.707100 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707100 0.000000 0.707098 0.000000");
  1463. P_AddEntity(243.00,21.000,160.00,"Trees","drvoII_3_R","-0.000001 0.000000 0.999989 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999989 0.000000 -0.000001 0.000000");
  1464. P_AddEntity(237.00,20.600,154.00,"Trees","drvoII_3_R","-0.499996 0.000000 0.866015 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866015 0.000000 -0.499996 0.000000");
  1465. P_AddEntity(259.00,18.400,188.00,"Trees","drvoII_3_R","-0.866017 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 -0.866017 0.000000");
  1466. P_AddEntity(256.00,18.000,190.00,"Trees","drvoII_3_R","-0.999989 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999989 0.000000");
  1467. P_AddEntity(223.00,21.000,174.00,"Trees","drvoII_3_R","-0.866015 0.000000 -0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 0.499996 0.000000 -0.866015 0.000000");
  1468. P_AddEntity(215.00,20.800,177.00,"Trees","drvoII_3_R","-0.258815 0.000000 -0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 0.965916 0.000000 -0.258815 0.000000");
  1469. P_AddEntity(232.00,20.200,185.00,"Trees","drvoII_2_R","-0.258815 0.000000 -0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 0.965916 0.000000 -0.258815 0.000000");
  1470. P_AddEntity(254.00,16.600,201.00,"Trees","drvoII_2_R","0.258817 0.000000 -0.965915 0.000000 0.000000 1.000000 0.000000 0.000000 0.965915 0.000000 0.258817 0.000000");
  1471. P_AddEntity(244.00,20.800,161.00,"Trees","drvoII_2_R","0.866017 0.000000 -0.499993 0.000000 0.000000 1.000000 0.000000 0.000000 0.499993 0.000000 0.866017 0.000000");
  1472. P_AddEntity(99.00,17.800,156.00,"Trees","drvoII_2_R","0.866017 0.000000 -0.499993 0.000000 0.000000 1.000000 0.000000 0.000000 0.499993 0.000000 0.866017 0.000000");
  1473. P_AddEntity(104.00,16.800,138.00,"Trees","drvoII_2_R","0.999989 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999989 0.000000");
  1474. P_AddEntity(117.00,15.400,164.00,"Trees","drvoII_2_R","0.866015 0.000000 0.499996 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499996 0.000000 0.866015 0.000000");
  1475. P_AddEntity(90.00,19.800,195.00,"Trees","drvoII_2_R","0.258815 0.000000 0.965916 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965916 0.000000 0.258815 0.000000");
  1476. P_AddEntity(88.00,18.800,252.00,"Trees","drvoII_2_R","-0.258817 0.000000 0.965915 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965915 0.000000 -0.258817 0.000000");
  1477. P_AddEntity(96.00,21.600,325.00,"Trees","drvoII_2_R","-0.707100 0.000000 0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707098 0.000000 -0.707100 0.000000");
  1478. P_AddEntity(116.00,22.800,317.00,"Trees","drvoII_2_R","-0.965915 0.000000 0.258815 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258815 0.000000 -0.965915 0.000000");
  1479. P_AddEntity(185.00,15.200,397.00,"Trees","drvoII_2_R","-0.965915 0.000000 0.258815 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258815 0.000000 -0.965915 0.000000");
  1480. P_AddEntity(171.00,14.000,423.00,"Trees","drvoII_2_R","-0.965915 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965915 0.000000");
  1481. P_AddEntity(126.00,24.600,425.00,"Trees","drvoII_2_R","-0.707098 0.000000 -0.707100 0.000000 0.000000 1.000000 0.000000 0.000000 0.707100 0.000000 -0.707098 0.000000");
  1482. P_AddEntity(178.00,22.200,367.00,"Trees","drvoII_2_R","0.000001 0.000000 -0.999989 0.000000 0.000000 1.000000 0.000000 0.000000 0.999989 0.000000 0.000001 0.000000");
  1483. P_AddEntity(193.00,17.400,378.00,"Trees","drvoII_2_R","0.707100 0.000000 -0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 0.707098 0.000000 0.707100 0.000000");
  1484. P_AddEntity(205.00,20.200,325.00,"Trees","drvoII_2_R","0.999989 0.000000 0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000001 0.000000 0.999989 0.000000");
  1485. P_AddEntity(214.00,19.800,292.00,"Trees","drvoII_2_R","0.965915 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965915 0.000000");
  1486. P_AddEntity(208.00,20.400,286.00,"Trees","drvoII_2_R","0.499993 0.000000 0.866016 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866016 0.000000 0.499993 0.000000");
  1487. P_AddEntity(301.00,18.200,389.00,"Trees","drvoII_2_R","-0.000001 0.000000 0.999989 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999989 0.000000 -0.000001 0.000000");
  1488. P_AddEntity(262.00,18.200,414.00,"Trees","drvoII_2_R","-0.499996 0.000000 0.866015 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866015 0.000000 -0.499996 0.000000");
  1489. P_AddEntity(250.00,21.400,413.00,"Trees","drvoII_2_R","-0.866016 0.000000 0.499993 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499993 0.000000 -0.866016 0.000000");
  1490. P_AddEntity(267.00,17.400,413.00,"Trees","drvoII_2_R","-0.999989 0.000000 -0.000001 0.000000 0.000000 1.000000 0.000000 0.000000 0.000001 0.000000 -0.999989 0.000000");
  1491. P_AddEntity(273.00,17.000,402.00,"Trees","drvoII_2_R","-0.965914 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965914 0.000000");
  1492. P_AddEntity(299.00,13.600,442.00,"Trees","drvoII_2_R","-0.499993 0.000000 -0.866016 0.000000 0.000000 1.000000 0.000000 0.000000 0.866016 0.000000 -0.499993 0.000000");
  1493. P_AddEntity(320.00,14.600,421.00,"Trees","drvoII_2_R","0.258817 0.000000 -0.965914 0.000000 0.000000 1.000000 0.000000 0.000000 0.965914 0.000000 0.258817 0.000000");
  1494. P_AddEntity(168.00,21.600,384.00,"Trees","drvoII_1_R","0.258817 0.000000 -0.965914 0.000000 0.000000 1.000000 0.000000 0.000000 0.965914 0.000000 0.258817 0.000000");
  1495. P_AddEntity(166.00,13.600,430.00,"Trees","drvoII_1_R","-0.965915 0.000000 0.258815 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258815 0.000000 -0.965915 0.000000");
  1496. P_AddEntity(127.00,24.600,421.00,"Trees","drvoII_1_R","-0.965914 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965914 0.000000");
  1497. P_AddEntity(205.00,19.600,297.00,"Trees","drvoII_1_R","-0.707098 0.000000 -0.707100 0.000000 0.000000 1.000000 0.000000 0.000000 0.707100 0.000000 -0.707098 0.000000");
  1498. P_AddEntity(108.00,16.200,147.00,"Trees","drvoII_1_R","-0.707098 0.000000 -0.707100 0.000000 0.000000 1.000000 0.000000 0.000000 0.707100 0.000000 -0.707098 0.000000");
  1499. P_AddEntity(115.00,16.000,134.00,"Trees","drvoII_1_R","-0.258815 0.000000 -0.965915 0.000000 0.000000 1.000000 0.000000 0.000000 0.965915 0.000000 -0.258815 0.000000");
  1500. P_AddEntity(139.00,20.400,84.00,"Trees","drvoII_1_R","-0.866014 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 -0.866014 0.000000");
  1501. P_AddEntity(271.00,17.600,190.00,"Trees","drvoII_1_R","-0.258815 0.000000 -0.965915 0.000000 0.000000 1.000000 0.000000 0.000000 0.965915 0.000000 -0.258815 0.000000");
  1502. P_AddEntity(243.00,16.600,203.00,"Trees","drvoII_1_R","0.258817 0.000000 -0.965914 0.000000 0.000000 1.000000 0.000000 0.000000 0.965914 0.000000 0.258817 0.000000");
  1503. P_AddEntity(238.00,19.600,143.00,"Trees","drvoII_1_R","0.707099 0.000000 -0.707097 0.000000 0.000000 1.000000 0.000000 0.000000 0.707097 0.000000 0.707099 0.000000");
  1504. P_AddEntity(317.00,16.800,360.00,"Trees","drvoII_1_R","0.707099 0.000000 -0.707097 0.000000 0.000000 1.000000 0.000000 0.000000 0.707097 0.000000 0.707099 0.000000");
  1505. P_AddEntity(339.00,18.800,355.00,"Trees","drvoII_1_R","-0.499993 0.000000 -0.866016 0.000000 0.000000 1.000000 0.000000 0.000000 0.866016 0.000000 -0.499993 0.000000");
  1506. P_AddEntity(214.00,14.200,362.00,"Trees","drvoII_1_R","-0.866014 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 -0.866014 0.000000");
  1507. P_AddEntity(114.00,18.600,219.00,"Trees","drvoII_b3","-0.499993 0.000000 -0.866016 0.000000 0.000000 1.000000 0.000000 0.000000 0.866016 0.000000 -0.499993 0.000000");
  1508. P_AddEntity(94.00,17.600,274.00,"Trees","drvoII_b3","0.000001 0.000000 -0.999988 0.000000 0.000000 1.000000 0.000000 0.000000 0.999988 0.000000 0.000001 0.000000");
  1509. P_AddEntity(79.00,20.600,311.00,"Trees","drvoII_b3","0.707099 0.000000 -0.707097 0.000000 0.000000 1.000000 0.000000 0.000000 0.707097 0.000000 0.707099 0.000000");
  1510. P_AddEntity(137.00,19.600,294.00,"Trees","drvoII_b3","0.965914 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965914 0.000000");
  1511. P_AddEntity(171.00,20.000,249.00,"Trees","drvoII_b3","0.866014 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 0.866014 0.000000");
  1512. P_AddEntity(219.00,17.200,215.00,"Trees","drvoII_b3","0.499992 0.000000 0.866015 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866015 0.000000 0.499992 0.000000");
  1513. P_AddEntity(174.00,20.000,155.00,"Trees","drvoII_b3","-0.000002 0.000000 0.999988 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999988 0.000000 -0.000002 0.000000");
  1514. P_AddEntity(172.00,20.400,65.00,"Trees","drvoII_b3","-0.707099 0.000000 0.707097 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707097 0.000000 -0.707099 0.000000");
  1515. P_AddEntity(243.00,20.800,81.00,"Trees","drvoII_b3","-0.999987 0.000000 -0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 0.000002 0.000000 -0.999987 0.000000");
  1516. P_AddEntity(344.00,20.800,152.00,"Trees","drvoII_b3","-0.866014 0.000000 -0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 0.499995 0.000000 -0.866014 0.000000");
  1517. P_AddEntity(301.00,15.800,206.00,"Trees","drvoII_b3","-0.707097 0.000000 -0.707099 0.000000 0.000000 1.000000 0.000000 0.000000 0.707099 0.000000 -0.707097 0.000000");
  1518. P_AddEntity(293.00,17.800,245.00,"Trees","drvoII_b3","0.000002 0.000000 -0.999987 0.000000 0.000000 1.000000 0.000000 0.000000 0.999987 0.000000 0.000002 0.000000");
  1519. P_AddEntity(262.00,19.400,301.00,"Trees","drvoII_b3","0.499995 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 0.499995 0.000000");
  1520. P_AddEntity(248.00,16.800,359.00,"Trees","drvoII_b3","0.866015 0.000000 -0.499992 0.000000 0.000000 1.000000 0.000000 0.000000 0.499992 0.000000 0.866015 0.000000");
  1521. P_AddEntity(202.00,15.400,424.00,"Trees","drvoII_b3","0.999987 0.000000 0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000002 0.000000 0.999987 0.000000");
  1522. P_AddEntity(263.00,22.400,378.00,"Trees","drvoII_b3","0.866014 0.000000 0.499995 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499995 0.000000 0.866014 0.000000");
  1523. P_AddEntity(242.00,22.600,431.00,"Trees","drvoII_b3","0.499992 0.000000 0.866015 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866015 0.000000 0.499992 0.000000");
  1524. P_AddEntity(288.00,17.800,431.00,"Trees","drvoII_b3","-0.000002 0.000000 0.999987 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999987 0.000000 -0.000002 0.000000");
  1525. P_AddEntity(314.00,16.400,445.00,"Trees","drvoII_b3","-0.499995 0.000000 0.866013 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866013 0.000000 -0.499995 0.000000");
  1526. P_AddEntity(343.00,17.800,374.00,"Trees","drvoII_b3","-0.965914 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965914 0.000000");
  1527. P_AddEntity(79.00,21.000,414.00,"Trees","drvoII_b4","-0.866015 0.000000 0.499992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499992 0.000000 -0.866015 0.000000");
  1528. P_AddEntity(154.00,17.600,336.00,"Trees","drvoII_b4","-0.707096 0.000000 -0.707099 0.000000 0.000000 1.000000 0.000000 0.000000 0.707099 0.000000 -0.707096 0.000000");
  1529. P_AddEntity(88.00,17.200,272.00,"Trees","drvoII_b4","-0.258814 0.000000 -0.965914 0.000000 0.000000 1.000000 0.000000 0.000000 0.965914 0.000000 -0.258814 0.000000");
  1530. P_AddEntity(117.00,19.000,220.00,"Trees","drvoII_b4","0.258817 0.000000 -0.965913 0.000000 0.000000 1.000000 0.000000 0.000000 0.965913 0.000000 0.258817 0.000000");
  1531. P_AddEntity(195.00,21.000,163.00,"Trees","drvoII_b4","0.866015 0.000000 -0.499992 0.000000 0.000000 1.000000 0.000000 0.000000 0.499992 0.000000 0.866015 0.000000");
  1532. P_AddEntity(279.00,20.800,107.00,"Trees","drvoII_b4","0.965913 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965913 0.000000");
  1533. P_AddEntity(301.00,15.800,205.00,"Trees","drvoII_b4","0.707096 0.000000 0.707099 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707099 0.000000 0.707096 0.000000");
  1534. P_AddEntity(267.00,19.800,305.00,"Trees","drvoII_b4","0.258814 0.000000 0.965913 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965913 0.000000 0.258814 0.000000");
  1535. P_AddEntity(283.00,15.600,444.00,"Trees","drvoII_b4","-0.258817 0.000000 0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965912 0.000000 -0.258817 0.000000");
  1536. P_AddEntity(207.00,14.800,370.00,"Trees","drvoII_b4","-0.866015 0.000000 0.499992 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499992 0.000000 -0.866015 0.000000");
  1537. P_AddEntity(196.00,20.000,221.00,"Trees","drvoII_b2","-0.000002 0.000000 0.999987 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999987 0.000000 -0.000002 0.000000");
  1538. P_AddEntity(129.00,15.200,117.00,"Trees","drvoII_b2","-0.000002 0.000000 0.999987 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999987 0.000000 -0.000002 0.000000");
  1539. P_AddEntity(212.00,19.600,141.00,"Trees","drvoII_b2","0.965912 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965912 0.000000");
  1540. P_AddEntity(243.00,16.000,360.00,"Trees","drvoII_b2","0.965912 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965912 0.000000");
  1541. P_AddEntity(253.00,21.400,436.00,"Trees","drvoII_b2","0.965913 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965913 0.000000");
  1542. P_AddEntity(144.00,18.000,292.00,"Trees","drvoII_a4","0.965913 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965913 0.000000");
  1543. P_AddEntity(178.00,20.400,240.00,"Trees","drvoII_a4","0.866015 0.000000 -0.499992 0.000000 0.000000 1.000000 0.000000 0.000000 0.499992 0.000000 0.866015 0.000000");
  1544. P_AddEntity(228.00,20.600,74.00,"Trees","drvoII_a4","0.258817 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 0.258817 0.000000");
  1545. P_AddEntity(264.00,21.000,71.00,"Trees","drvoII_a4","-0.707096 0.000000 -0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 0.707098 0.000000 -0.707096 0.000000");
  1546. P_AddEntity(340.00,20.800,153.00,"Trees","drvoII_a4","-0.999986 0.000000 -0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 0.000002 0.000000 -0.999986 0.000000");
  1547. P_AddEntity(311.00,19.200,315.00,"Trees","drvoII_a4","-0.965913 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965913 0.000000");
  1548. P_AddEntity(316.00,14.800,438.00,"Trees","drvoII_a4","-0.707098 0.000000 0.707096 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707096 0.000000 -0.707098 0.000000");
  1549. P_AddEntity(149.00,22.200,379.00,"Trees","drvoII_a4","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1550. P_AddEntity(82.00,18.600,280.00,"Trees","drvoII_a4","0.499992 0.000000 0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866014 0.000000 0.499992 0.000000");
  1551. P_AddEntity(64.00,16.800,268.00,"Trees","drvoII_a4","0.965912 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965912 0.000000");
  1552. P_AddEntity(83.00,21.000,238.00,"Trees","drvoII_a3","-0.999986 0.000000 -0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 0.000002 0.000000 -0.999986 0.000000");
  1553. P_AddEntity(73.00,21.000,212.00,"Trees","drvoII_a3","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1554. P_AddEntity(176.00,20.200,202.00,"Trees","drvoII_a3","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1555. P_AddEntity(198.00,20.400,197.00,"Trees","drvoII_a3","0.707095 0.000000 0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707098 0.000000 0.707095 0.000000");
  1556. P_AddEntity(192.00,21.000,124.00,"Trees","drvoII_a3","0.965912 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965912 0.000000");
  1557. P_AddEntity(205.00,18.400,84.00,"Trees","drvoII_a3","0.965912 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965912 0.000000");
  1558. P_AddEntity(278.00,18.400,137.00,"Trees","drvoII_a3","0.707098 0.000000 -0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 0.707095 0.000000 0.707098 0.000000");
  1559. P_AddEntity(307.00,18.400,223.00,"Trees","drvoII_a3","0.258817 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 0.258817 0.000000");
  1560. P_AddEntity(301.00,17.400,247.00,"Trees","drvoII_a3","-0.258814 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 -0.258814 0.000000");
  1561. P_AddEntity(318.00,18.600,309.00,"Trees","drvoII_a3","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1562. P_AddEntity(261.00,18.800,358.00,"Trees","drvoII_a3","-0.999986 0.000000 -0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 0.000002 0.000000 -0.999986 0.000000");
  1563. P_AddEntity(245.00,23.600,389.00,"Trees","drvoII_a3","-0.866014 0.000000 0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499991 0.000000 -0.866014 0.000000");
  1564. P_AddEntity(298.00,17.200,421.00,"Trees","drvoII_a3","-0.707098 0.000000 0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707095 0.000000 -0.707098 0.000000");
  1565. P_AddEntity(305.00,14.800,448.00,"Trees","drvoII_a3","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1566. P_AddEntity(154.00,22.400,371.00,"Trees","drvoII_a3","0.258814 0.000000 0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965912 0.000000 0.258814 0.000000");
  1567. P_AddEntity(165.00,20.200,340.00,"Trees","drvoII_a3","0.866012 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 0.866012 0.000000");
  1568. P_AddEntity(129.00,19.800,279.00,"Trees","drvoII_a3","0.965912 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965912 0.000000");
  1569. P_AddEntity(143.00,20.600,241.00,"Trees","drvoII_a3","0.866014 0.000000 -0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 0.499991 0.000000 0.866014 0.000000");
  1570. P_AddEntity(89.00,20.600,293.00,"Trees","drvoII_a3","0.499994 0.000000 -0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 0.866012 0.000000 0.499994 0.000000");
  1571. P_AddEntity(125.00,24.400,435.00,"Trees","drvoII_a3","0.258817 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 0.258817 0.000000");
  1572. P_AddEntity(204.00,15.800,422.00,"Trees","drvoII_a2","0.258817 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 0.258817 0.000000");
  1573. P_AddEntity(251.00,17.600,359.00,"Trees","drvoII_a2","-0.499991 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 -0.499991 0.000000");
  1574. P_AddEntity(241.00,14.200,350.00,"Trees","drvoII_a2","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1575. P_AddEntity(167.00,17.200,202.00,"Trees","drvoII_a2","-0.999986 0.000000 -0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 0.000002 0.000000 -0.999986 0.000000");
  1576. P_AddEntity(259.00,20.600,99.00,"Trees","drvoII_a2","-0.866014 0.000000 0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499991 0.000000 -0.866014 0.000000");
  1577. P_AddEntity(192.00,20.600,73.00,"Trees","drvoI_b3","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1578. P_AddEntity(72.00,21.000,118.00,"Trees","drvoI_b3","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1579. P_AddEntity(173.00,19.600,175.00,"Trees","drvoI_b3","0.707095 0.000000 0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707098 0.000000 0.707095 0.000000");
  1580. P_AddEntity(127.00,19.400,219.00,"Trees","drvoI_b3","0.999986 0.000000 0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000002 0.000000 0.999986 0.000000");
  1581. P_AddEntity(157.00,19.400,268.00,"Trees","drvoI_b3","0.965912 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965912 0.000000");
  1582. P_AddEntity(173.00,19.800,282.00,"Trees","drvoI_b3","0.707098 0.000000 -0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 0.707095 0.000000 0.707098 0.000000");
  1583. P_AddEntity(104.00,20.600,282.00,"Trees","drvoI_b3","0.000002 0.000000 -0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 0.999986 0.000000 0.000002 0.000000");
  1584. P_AddEntity(103.00,16.200,268.00,"Trees","drvoI_b3","-0.499991 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 -0.499991 0.000000");
  1585. P_AddEntity(71.00,17.400,273.00,"Trees","drvoI_b3","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1586. P_AddEntity(86.00,20.800,303.00,"Trees","drvoI_b3","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1587. P_AddEntity(154.00,19.800,350.00,"Trees","drvoI_b3","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1588. P_AddEntity(226.00,14.200,371.00,"Trees","drvoI_b3","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1589. P_AddEntity(278.00,18.800,354.00,"Trees","drvoI_b3","0.707095 0.000000 0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707098 0.000000 0.707095 0.000000");
  1590. P_AddEntity(272.00,20.400,445.00,"Trees","drvoI_b3","0.965912 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965912 0.000000");
  1591. P_AddEntity(241.00,22.000,447.00,"Trees","drvoI_b3","0.965912 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965912 0.000000");
  1592. P_AddEntity(132.00,23.200,431.00,"Trees","drvoI_a3","0.965912 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965912 0.000000");
  1593. P_AddEntity(137.00,21.000,381.00,"Trees","drvoI_a3","0.499994 0.000000 -0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 0.866012 0.000000 0.499994 0.000000");
  1594. P_AddEntity(152.00,16.200,331.00,"Trees","drvoI_a3","0.000002 0.000000 -0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 0.999986 0.000000 0.000002 0.000000");
  1595. P_AddEntity(140.00,18.600,284.00,"Trees","drvoI_a3","-0.258814 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 -0.258814 0.000000");
  1596. P_AddEntity(81.00,16.000,265.00,"Trees","drvoI_a3","-0.707095 0.000000 -0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 0.707098 0.000000 -0.707095 0.000000");
  1597. P_AddEntity(91.00,19.400,287.00,"Trees","drvoI_a3","-0.965912 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965912 0.000000");
  1598. P_AddEntity(133.00,21.000,226.00,"Trees","drvoI_a3","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1599. P_AddEntity(171.00,18.400,195.00,"Trees","drvoI_a3","-0.866014 0.000000 0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499991 0.000000 -0.866014 0.000000");
  1600. P_AddEntity(209.00,18.600,108.00,"Trees","drvoI_a3","-0.707098 0.000000 0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707095 0.000000 -0.707098 0.000000");
  1601. P_AddEntity(204.00,20.600,60.00,"Trees","drvoI_a3","-0.258817 0.000000 0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965912 0.000000 -0.258817 0.000000");
  1602. P_AddEntity(84.00,21.000,76.00,"Trees","drvoI_a3","0.258814 0.000000 0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965912 0.000000 0.258814 0.000000");
  1603. P_AddEntity(116.00,21.000,66.00,"Trees","drvoI_a3","0.866012 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 0.866012 0.000000");
  1604. P_AddEntity(278.00,20.800,103.00,"Trees","drvoI_a3","0.965912 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965912 0.000000");
  1605. P_AddEntity(269.00,20.400,113.00,"Trees","drvoI_a3","0.707098 0.000000 -0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 0.707095 0.000000 0.707098 0.000000");
  1606. P_AddEntity(312.00,16.800,221.00,"Trees","drvoI_a3","0.499994 0.000000 -0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 0.866012 0.000000 0.499994 0.000000");
  1607. P_AddEntity(195.00,20.400,244.00,"Trees","drvoI_a1","-0.499991 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 -0.499991 0.000000");
  1608. P_AddEntity(156.00,19.000,217.00,"Trees","drvoI_a1","-0.499991 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 -0.499991 0.000000");
  1609. P_AddEntity(78.00,21.000,190.00,"Trees","drvoI_a1","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1610. P_AddEntity(84.00,21.000,72.00,"Trees","drvoI_a1","-0.999986 0.000000 -0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 0.000002 0.000000 -0.999986 0.000000");
  1611. P_AddEntity(176.00,20.600,101.00,"Trees","drvoI_a1","-0.866014 0.000000 0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499991 0.000000 -0.866014 0.000000");
  1612. P_AddEntity(93.00,20.600,291.00,"Trees","drvoI_a1","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1613. P_AddEntity(143.00,18.800,356.00,"Trees","drvoI_a1","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1614. P_AddEntity(77.00,21.000,420.00,"Trees","drvoI_a1","0.499991 0.000000 0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866014 0.000000 0.499991 0.000000");
  1615. P_AddEntity(134.00,22.200,436.00,"Trees","drvoI_a1","0.866012 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 0.866012 0.000000");
  1616. P_AddEntity(203.00,13.200,409.00,"Trees","drvoI_a1","0.965912 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965912 0.000000");
  1617. P_AddEntity(296.00,14.000,448.00,"Trees","drvoI_a1","0.866014 0.000000 -0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 0.499991 0.000000 0.866014 0.000000");
  1618. P_AddEntity(340.00,18.200,376.00,"Trees","drvoI_a1","0.707098 0.000000 -0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 0.707095 0.000000 0.707098 0.000000");
  1619. P_AddEntity(302.00,19.000,308.00,"Trees","drvoI_a1","0.000002 0.000000 -0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 0.999986 0.000000 0.000002 0.000000");
  1620. P_AddEntity(254.00,17.000,252.00,"Trees","drvoI_a1","-0.499991 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 -0.499991 0.000000");
  1621. P_AddEntity(286.00,19.400,240.00,"Trees","drvoI_a1","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1622. P_AddEntity(125.00,19.000,251.00,"Trees","drvoI_a2","-0.499991 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 -0.499991 0.000000");
  1623. P_AddEntity(68.00,19.200,299.00,"Trees","drvoI_a2","-0.965912 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965912 0.000000");
  1624. P_AddEntity(67.00,20.800,320.00,"Trees","drvoI_a2","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1625. P_AddEntity(142.00,18.200,271.00,"Trees","drvoI_a2","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1626. P_AddEntity(142.00,20.600,372.00,"Trees","drvoI_a2","0.258814 0.000000 0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965912 0.000000 0.258814 0.000000");
  1627. P_AddEntity(76.00,21.200,441.00,"Trees","drvoI_a2","0.707095 0.000000 0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707098 0.000000 0.707095 0.000000");
  1628. P_AddEntity(95.00,20.400,407.00,"Trees","drvoI_a2","0.999986 0.000000 0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000002 0.000000 0.999986 0.000000");
  1629. P_AddEntity(142.00,22.200,426.00,"Trees","drvoI_a2","0.707098 0.000000 -0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 0.707095 0.000000 0.707098 0.000000");
  1630. P_AddEntity(145.00,19.400,453.00,"Trees","drvoI_a2","0.000002 0.000000 -0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 0.999986 0.000000 0.000002 0.000000");
  1631. P_AddEntity(181.00,11.400,438.00,"Trees","drvoI_a2","-0.258814 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 -0.258814 0.000000");
  1632. P_AddEntity(249.00,21.200,435.00,"Trees","drvoI_a2","-0.707095 0.000000 -0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 0.707098 0.000000 -0.707095 0.000000");
  1633. P_AddEntity(236.00,21.800,447.00,"Trees","drvoI_a2","-0.965912 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965912 0.000000");
  1634. P_AddEntity(268.00,20.200,454.00,"Trees","drvoI_a2","-0.866014 0.000000 0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499991 0.000000 -0.866014 0.000000");
  1635. P_AddEntity(250.00,15.600,353.00,"Trees","drvoI_a2","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1636. P_AddEntity(310.00,20.800,157.00,"Trees","drvoI_a2","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1637. P_AddEntity(282.00,20.800,99.00,"Trees","drvoI_b1","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1638. P_AddEntity(177.00,20.800,188.00,"Trees","drvoI_b1","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1639. P_AddEntity(201.00,19.000,215.00,"Trees","drvoI_b1","-0.965912 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965912 0.000000");
  1640. P_AddEntity(63.00,20.200,350.00,"Trees","drvoI_b1","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1641. P_AddEntity(57.00,21.000,412.00,"Trees","drvoI_b1","-0.707095 0.000000 -0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 0.707098 0.000000 -0.707095 0.000000");
  1642. P_AddEntity(172.00,13.000,447.00,"Trees","drvoI_b1","-0.499991 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 -0.499991 0.000000");
  1643. P_AddEntity(59.00,21.000,450.00,"Trees","drvoI_b1","-0.707095 0.000000 -0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 0.707098 0.000000 -0.707095 0.000000");
  1644. P_AddEntity(58.00,21.000,133.00,"Trees","drvoI_b1","-0.258814 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 -0.258814 0.000000");
  1645. P_AddEntity(72.00,21.000,68.00,"Trees","drvoI_b1","0.258817 0.000000 -0.965911 0.000000 0.000000 1.000000 0.000000 0.000000 0.965911 0.000000 0.258817 0.000000");
  1646. P_AddEntity(86.00,21.000,58.00,"Trees","drvoI_b1","0.707098 0.000000 -0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 0.707095 0.000000 0.707098 0.000000");
  1647. P_AddEntity(129.00,15.400,112.00,"Trees","drvoI_b2","-0.965912 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965912 0.000000");
  1648. P_AddEntity(112.00,21.000,68.00,"Trees","drvoI_b2","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1649. P_AddEntity(199.00,19.200,88.00,"Trees","drvoI_b2","-0.258817 0.000000 0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965912 0.000000 -0.258817 0.000000");
  1650. P_AddEntity(236.00,20.000,225.00,"Trees","drvoI_b2","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1651. P_AddEntity(194.00,20.800,225.00,"Trees","drvoI_b2","0.499991 0.000000 0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866014 0.000000 0.499991 0.000000");
  1652. P_AddEntity(209.00,20.800,239.00,"Trees","drvoI_b2","0.707095 0.000000 0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707098 0.000000 0.707095 0.000000");
  1653. P_AddEntity(264.00,17.400,350.00,"Trees","drvoI_b2","0.866012 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 0.866012 0.000000");
  1654. P_AddEntity(175.00,18.200,317.00,"Trees","drvoI_b2","0.999986 0.000000 0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000002 0.000000 0.999986 0.000000");
  1655. P_AddEntity(303.00,20.000,88.00,"Trees","drvoI_b2","0.707098 0.000000 -0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 0.707095 0.000000 0.707098 0.000000");
  1656. P_AddEntity(281.00,20.800,58.00,"Trees","drvoI_b2","0.258817 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 0.258817 0.000000");
  1657. P_AddEntity(299.00,17.000,254.00,"Trees","palm_small02","0.258817 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 0.258817 0.000000");
  1658. P_AddEntity(279.00,17.600,296.00,"Trees","palm_small02","0.866014 0.000000 -0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 0.499991 0.000000 0.866014 0.000000");
  1659. P_AddEntity(303.00,18.400,302.00,"Trees","palm_small02","0.999986 0.000000 0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000002 0.000000 0.999986 0.000000");
  1660. P_AddEntity(337.00,17.600,302.00,"Trees","palm_small02","0.866012 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 0.866012 0.000000");
  1661. P_AddEntity(360.00,19.600,320.00,"Trees","palm_small02","0.707095 0.000000 0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707098 0.000000 0.707095 0.000000");
  1662. P_AddEntity(374.00,18.600,365.00,"Trees","palm_small02","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1663. P_AddEntity(361.00,18.600,372.00,"Trees","palm_small02","-0.707098 0.000000 0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707095 0.000000 -0.707098 0.000000");
  1664. P_AddEntity(357.00,18.800,391.00,"Trees","palm_small02","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1665. P_AddEntity(347.00,15.000,421.00,"Trees","palm_small02","-0.999986 0.000000 -0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 0.000002 0.000000 -0.999986 0.000000");
  1666. P_AddEntity(359.00,15.000,401.00,"Trees","palm_small02","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1667. P_AddEntity(333.00,16.600,415.00,"Trees","palm_small02","-0.499991 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 -0.499991 0.000000");
  1668. P_AddEntity(335.00,13.400,442.00,"Trees","palm_small02","0.258817 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 0.258817 0.000000");
  1669. P_AddEntity(369.00,18.400,325.00,"Trees","palm_small02","0.707098 0.000000 -0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 0.707095 0.000000 0.707098 0.000000");
  1670. P_AddEntity(321.00,15.800,250.00,"Trees","palm_small02","0.965912 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965912 0.000000");
  1671. P_AddEntity(329.00,14.400,241.00,"Trees","palm_small02","0.965912 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965912 0.000000");
  1672. P_AddEntity(268.00,17.000,261.00,"Trees","palm_small02","0.707095 0.000000 0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707098 0.000000 0.707095 0.000000");
  1673. P_AddEntity(303.00,17.000,255.00,"Trees","palm_small02","0.499991 0.000000 0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866014 0.000000 0.499991 0.000000");
  1674. P_AddEntity(316.00,14.600,217.00,"Trees","palm_small02","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1675. P_AddEntity(330.00,17.800,187.00,"Trees","palm_small02","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1676. P_AddEntity(354.00,17.400,179.00,"Trees","palm_small02","-0.866014 0.000000 0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499991 0.000000 -0.866014 0.000000");
  1677. P_AddEntity(367.00,20.600,165.00,"Trees","palm_small02","-0.999986 0.000000 -0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 0.000002 0.000000 -0.999986 0.000000");
  1678. P_AddEntity(371.00,20.200,163.00,"Trees","palm_small02","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1679. P_AddEntity(373.00,20.400,160.00,"Trees","palm_small02","-0.707095 0.000000 -0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 0.707098 0.000000 -0.707095 0.000000");
  1680. P_AddEntity(380.00,17.600,170.00,"Trees","palm_small02","0.000002 0.000000 -0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 0.999986 0.000000 0.000002 0.000000");
  1681. P_AddEntity(384.00,16.400,149.00,"Trees","palm_small02","0.499994 0.000000 -0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 0.866012 0.000000 0.499994 0.000000");
  1682. P_AddEntity(343.00,17.000,128.00,"Trees","palm_small02","0.707098 0.000000 -0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 0.707095 0.000000 0.707098 0.000000");
  1683. P_AddEntity(332.00,14.600,106.00,"Trees","palm_small02","0.999986 0.000000 0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000002 0.000000 0.999986 0.000000");
  1684. P_AddEntity(328.00,15.200,76.00,"Trees","palm_small02","0.866012 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 0.866012 0.000000");
  1685. P_AddEntity(320.00,16.200,71.00,"Trees","palm_small02","0.258814 0.000000 0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965912 0.000000 0.258814 0.000000");
  1686. P_AddEntity(322.00,14.200,58.00,"Trees","palm_small02","-0.258817 0.000000 0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965912 0.000000 -0.258817 0.000000");
  1687. P_AddEntity(316.00,20.800,92.00,"Trees","palm_small02","-0.707098 0.000000 0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707095 0.000000 -0.707098 0.000000");
  1688. P_AddEntity(323.00,16.800,122.00,"Trees","palm_small02","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1689. P_AddEntity(342.00,20.000,138.00,"Trees","palm_small02","-0.965912 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965912 0.000000");
  1690. P_AddEntity(357.00,19.200,144.00,"Trees","palm_small02","-0.499991 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 -0.499991 0.000000");
  1691. P_AddEntity(384.00,15.600,147.00,"Trees","palm_small02","-0.258814 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 -0.258814 0.000000");
  1692. P_AddEntity(387.00,16.000,154.00,"Trees","palm_small02","0.258817 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 0.258817 0.000000");
  1693. P_AddEntity(337.00,14.200,201.00,"Trees","palm_small02","0.707098 0.000000 -0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 0.707095 0.000000 0.707098 0.000000");
  1694. P_AddEntity(321.00,13.800,208.00,"Trees","palm_small02","0.965912 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965912 0.000000");
  1695. P_AddEntity(312.00,15.800,256.00,"Trees","palm_small02","0.965912 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965912 0.000000");
  1696. P_AddEntity(312.00,16.600,254.00,"Trees","palm_small02","0.866012 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 0.866012 0.000000");
  1697. P_AddEntity(261.00,16.000,285.00,"Trees","palm_small02","0.499991 0.000000 0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866014 0.000000 0.499991 0.000000");
  1698. P_AddEntity(261.00,16.600,288.00,"Trees","palm_small02","0.258814 0.000000 0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965912 0.000000 0.258814 0.000000");
  1699. P_AddEntity(256.00,16.600,282.00,"Trees","palm_small02","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1700. P_AddEntity(380.00,17.800,339.00,"Trees","palm_small02","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1701. P_AddEntity(377.00,17.400,341.00,"Trees","palm_small02","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1702. P_AddEntity(371.00,15.400,387.00,"Trees","palm_small02","-0.999986 0.000000 -0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 0.000002 0.000000 -0.999986 0.000000");
  1703. P_AddEntity(336.00,14.000,438.00,"Trees","palm_small02","-0.965912 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965912 0.000000");
  1704. P_AddEntity(328.00,17.200,447.00,"Trees","palm_small02","-0.707095 0.000000 -0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 0.707098 0.000000 -0.707095 0.000000");
  1705. P_AddEntity(347.00,16.800,406.00,"Trees","palm_small02","-0.499991 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 -0.499991 0.000000");
  1706. P_AddEntity(263.00,17.000,263.00,"Trees","palm_small02","0.000002 0.000000 -0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 0.999986 0.000000 0.000002 0.000000");
  1707. P_AddEntity(329.00,16.800,304.00,"Trees","palm_small01","-0.499991 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 -0.499991 0.000000");
  1708. P_AddEntity(367.00,13.400,305.00,"Trees","palm_small01","-0.707095 0.000000 -0.707098 0.000000 0.000000 1.000000 0.000000 0.000000 0.707098 0.000000 -0.707095 0.000000");
  1709. P_AddEntity(384.00,14.600,372.00,"Trees","palm_small01","-0.965911 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965911 0.000000");
  1710. P_AddEntity(353.00,18.000,398.00,"Trees","palm_small01","-0.999986 0.000000 -0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 0.000002 0.000000 -0.999986 0.000000");
  1711. P_AddEntity(354.00,20.200,389.00,"Trees","palm_small01","-0.866014 0.000000 0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499991 0.000000 -0.866014 0.000000");
  1712. P_AddEntity(333.00,14.000,442.00,"Trees","palm_small01","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1713. P_AddEntity(328.00,14.200,454.00,"Trees","palm_small01","-0.000002 0.000000 0.999986 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999986 0.000000 -0.000002 0.000000");
  1714. P_AddEntity(357.00,19.800,376.00,"Trees","palm_small01","0.499991 0.000000 0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866014 0.000000 0.499991 0.000000");
  1715. P_AddEntity(362.00,17.800,369.00,"Trees","palm_small01","0.965911 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965911 0.000000");
  1716. P_AddEntity(378.00,17.600,342.00,"Trees","palm_small01","0.965912 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965912 0.000000");
  1717. P_AddEntity(347.00,19.600,317.00,"Trees","palm_small01","0.499994 0.000000 -0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 0.866012 0.000000 0.499994 0.000000");
  1718. P_AddEntity(338.00,18.600,322.00,"Trees","palm_small01","0.000002 0.000000 -0.999985 0.000000 0.000000 1.000000 0.000000 0.000000 0.999985 0.000000 0.000002 0.000000");
  1719. P_AddEntity(328.00,19.200,320.00,"Trees","palm_small01","-0.499991 0.000000 -0.866014 0.000000 0.000000 1.000000 0.000000 0.000000 0.866014 0.000000 -0.499991 0.000000");
  1720. P_AddEntity(307.00,13.600,291.00,"Trees","palm_small01","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1721. P_AddEntity(284.00,12.600,282.00,"Trees","palm_small01","-0.999985 0.000000 -0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 0.000002 0.000000 -0.999985 0.000000");
  1722. P_AddEntity(273.00,13.400,277.00,"Trees","palm_small01","-0.866013 0.000000 0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499991 0.000000 -0.866013 0.000000");
  1723. P_AddEntity(279.00,16.800,259.00,"Trees","palm_small01","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1724. P_AddEntity(279.00,16.800,256.00,"Trees","palm_small01","-0.000002 0.000000 0.999985 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999985 0.000000 -0.000002 0.000000");
  1725. P_AddEntity(270.00,14.800,283.00,"Trees","palm_small01","0.707095 0.000000 0.707097 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707097 0.000000 0.707095 0.000000");
  1726. P_AddEntity(293.00,16.400,256.00,"Trees","palm_small01","0.999985 0.000000 0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000002 0.000000 0.999985 0.000000");
  1727. P_AddEntity(324.00,15.600,246.00,"Trees","palm_small01","0.866013 0.000000 -0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 0.499991 0.000000 0.866013 0.000000");
  1728. P_AddEntity(319.00,15.800,254.00,"Trees","palm_small01","0.499994 0.000000 -0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 0.866012 0.000000 0.499994 0.000000");
  1729. P_AddEntity(323.00,12.400,216.00,"Trees","palm_small01","0.000002 0.000000 -0.999985 0.000000 0.000000 1.000000 0.000000 0.000000 0.999985 0.000000 0.000002 0.000000");
  1730. P_AddEntity(321.00,14.000,207.00,"Trees","palm_small01","-0.499991 0.000000 -0.866013 0.000000 0.000000 1.000000 0.000000 0.000000 0.866013 0.000000 -0.499991 0.000000");
  1731. P_AddEntity(348.00,15.400,195.00,"Trees","palm_small01","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1732. P_AddEntity(355.00,16.600,182.00,"Trees","palm_small01","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1733. P_AddEntity(374.00,17.200,174.00,"Trees","palm_small01","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1734. P_AddEntity(381.00,13.400,179.00,"Trees","palm_small01","0.258814 0.000000 0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965912 0.000000 0.258814 0.000000");
  1735. P_AddEntity(394.00,10.200,157.00,"Trees","palm_small01","0.866012 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 0.866012 0.000000");
  1736. P_AddEntity(386.00,15.400,150.00,"Trees","palm_small01","0.999985 0.000000 0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000002 0.000000 0.999985 0.000000");
  1737. P_AddEntity(362.00,19.200,145.00,"Trees","palm_small01","0.866013 0.000000 -0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 0.499991 0.000000 0.866013 0.000000");
  1738. P_AddEntity(355.00,13.200,129.00,"Trees","palm_small01","0.499994 0.000000 -0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 0.866012 0.000000 0.499994 0.000000");
  1739. P_AddEntity(340.00,11.800,113.00,"Trees","palm_small01","0.000002 0.000000 -0.999985 0.000000 0.000000 1.000000 0.000000 0.000000 0.999985 0.000000 0.000002 0.000000");
  1740. P_AddEntity(337.00,12.600,111.00,"Trees","palm_small01","-0.707095 0.000000 -0.707097 0.000000 0.000000 1.000000 0.000000 0.000000 0.707097 0.000000 -0.707095 0.000000");
  1741. P_AddEntity(334.00,14.400,91.00,"Trees","palm_small01","-0.965911 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965911 0.000000");
  1742. P_AddEntity(326.00,13.600,67.00,"Trees","palm_small01","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1743. P_AddEntity(325.00,18.200,82.00,"Trees","palm_small01","-0.707097 0.000000 0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707095 0.000000 -0.707097 0.000000");
  1744. P_AddEntity(323.00,17.800,102.00,"Trees","palm_small01","-0.258817 0.000000 0.965911 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965911 0.000000 -0.258817 0.000000");
  1745. P_AddEntity(325.00,12.800,59.00,"Trees","palm_small01","0.499991 0.000000 0.866013 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866013 0.000000 0.499991 0.000000");
  1746. P_AddEntity(372.00,16.000,142.00,"Trees","palm_small01","0.866012 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 0.866012 0.000000");
  1747. P_AddEntity(320.00,16.200,199.00,"Trees","palm_small01","0.965912 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965912 0.000000");
  1748. P_AddEntity(270.00,16.000,266.00,"Trees","palm_small01","0.707097 0.000000 -0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 0.707095 0.000000 0.707097 0.000000");
  1749. P_AddEntity(357.00,19.800,319.00,"Trees","palm_small01","0.258817 0.000000 -0.965911 0.000000 0.000000 1.000000 0.000000 0.000000 0.965911 0.000000 0.258817 0.000000");
  1750. P_AddEntity(321.00,19.400,321.00,"Trees","palm_small01","-0.499991 0.000000 -0.866013 0.000000 0.000000 1.000000 0.000000 0.000000 0.866013 0.000000 -0.499991 0.000000");
  1751. P_AddEntity(311.00,18.800,308.00,"Trees","palm_small01","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1752. P_AddEntity(311.00,18.200,304.00,"Trees","palm_small01","-0.999985 0.000000 -0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 0.000002 0.000000 -0.999985 0.000000");
  1753. P_AddEntity(286.00,18.000,293.00,"Trees","palm_small01","-0.866013 0.000000 0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499991 0.000000 -0.866013 0.000000");
  1754. P_AddEntity(258.00,16.800,287.00,"Trees","palm_small01","-0.707097 0.000000 0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707095 0.000000 -0.707097 0.000000");
  1755. P_AddEntity(260.00,16.000,282.00,"Trees","palm_small01","-0.258817 0.000000 0.965911 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965911 0.000000 -0.258817 0.000000");
  1756. P_AddEntity(269.00,17.000,259.00,"Trees","palm_small01","0.258814 0.000000 0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965912 0.000000 0.258814 0.000000");
  1757. P_AddEntity(348.00,16.000,410.00,"Trees","palm_small01","0.707095 0.000000 0.707097 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707097 0.000000 0.707095 0.000000");
  1758. P_AddEntity(362.00,17.000,392.00,"Trees","palm_small01","0.866012 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 0.866012 0.000000");
  1759. P_AddEntity(370.00,18.400,383.00,"Trees","palm_small01","0.965912 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965912 0.000000");
  1760. P_AddEntity(348.00,12.600,431.00,"Trees","palm_small01","0.707097 0.000000 -0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 0.707095 0.000000 0.707097 0.000000");
  1761. P_AddEntity(365.00,12.200,409.00,"Trees","palm_small01","0.258817 0.000000 -0.965911 0.000000 0.000000 1.000000 0.000000 0.000000 0.965911 0.000000 0.258817 0.000000");
  1762. P_AddEntity(381.00,12.000,383.00,"Trees","palm_small01","-0.258814 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 -0.258814 0.000000");
  1763. P_AddEntity(390.00,13.800,356.00,"Trees","palm_small01","-0.707095 0.000000 -0.707097 0.000000 0.000000 1.000000 0.000000 0.000000 0.707097 0.000000 -0.707095 0.000000");
  1764. P_AddEntity(374.00,12.600,312.00,"Trees","palm_small01","-0.965911 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965911 0.000000");
  1765. P_AddEntity(362.00,11.800,296.00,"Trees","palm_small01","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1766. P_AddEntity(364.00,14.600,304.00,"Trees","palm_small01","-0.707097 0.000000 0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707095 0.000000 -0.707097 0.000000");
  1767. P_AddEntity(340.00,12.800,293.00,"Trees","palm_small01","-0.258817 0.000000 0.965911 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965911 0.000000 -0.258817 0.000000");
  1768. P_AddEntity(313.00,12.800,293.00,"Trees","palm_small01","-0.000002 0.000000 0.999985 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999985 0.000000 -0.000002 0.000000");
  1769. P_AddEntity(317.00,18.000,306.00,"Trees","palm_small01","0.707095 0.000000 0.707097 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707097 0.000000 0.707095 0.000000");
  1770. P_AddEntity(268.00,21.000,226.00,"Trees","palm_small01","0.965911 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965911 0.000000");
  1771. P_AddEntity(288.00,18.200,222.00,"Trees","palm_small01","0.999985 0.000000 0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000002 0.000000 0.999985 0.000000");
  1772. P_AddEntity(301.00,15.800,214.00,"Trees","palm_small01","0.866013 0.000000 -0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 0.499991 0.000000 0.866013 0.000000");
  1773. P_AddEntity(362.00,12.800,193.00,"Trees","palm_small01","0.258817 0.000000 -0.965911 0.000000 0.000000 1.000000 0.000000 0.000000 0.965911 0.000000 0.258817 0.000000");
  1774. P_AddEntity(359.00,12.800,195.00,"Trees","palm_small01","-0.258814 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 -0.258814 0.000000");
  1775. P_AddEntity(359.00,13.600,192.00,"Trees","palm_small01","-0.499991 0.000000 -0.866013 0.000000 0.000000 1.000000 0.000000 0.000000 0.866013 0.000000 -0.499991 0.000000");
  1776. P_AddEntity(328.00,12.200,209.00,"Trees","palm_small01","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1777. P_AddEntity(385.00,10.200,140.00,"Trees","palm_small01","-0.965911 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965911 0.000000");
  1778. P_AddEntity(375.00,9.600,134.00,"Trees","palm_small01","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1779. P_AddEntity(367.00,11.600,134.00,"Trees","palm_small01","-0.707097 0.000000 0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707095 0.000000 -0.707097 0.000000");
  1780. P_AddEntity(365.00,12.000,134.00,"Trees","palm_small01","-0.258817 0.000000 0.965911 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965911 0.000000 -0.258817 0.000000");
  1781. P_AddEntity(338.00,11.400,102.00,"Trees","palm_small01","-0.000002 0.000000 0.999985 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999985 0.000000 -0.000002 0.000000");
  1782. P_AddEntity(332.00,12.800,76.00,"Trees","palm_small01","0.499991 0.000000 0.866013 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866013 0.000000 0.499991 0.000000");
  1783. P_AddEntity(310.00,17.800,74.00,"Trees","palm_small01","0.866012 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 0.866012 0.000000");
  1784. P_AddEntity(312.00,17.600,61.00,"Trees","palm_small01","0.965912 0.000000 -0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 0.258814 0.000000 0.965912 0.000000");
  1785. P_AddEntity(391.00,12.600,171.00,"Trees","palm_small01","0.499994 0.000000 -0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 0.866012 0.000000 0.499994 0.000000");
  1786. P_AddEntity(392.00,11.400,173.00,"Trees","palm_small01","0.000002 0.000000 -0.999985 0.000000 0.000000 1.000000 0.000000 0.000000 0.999985 0.000000 0.000002 0.000000");
  1787. P_AddEntity(375.00,11.200,188.00,"Trees","palm_small01","-0.499991 0.000000 -0.866013 0.000000 0.000000 1.000000 0.000000 0.000000 0.866013 0.000000 -0.499991 0.000000");
  1788. P_AddEntity(331.00,11.400,216.00,"Trees","palm_small01","-0.866012 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866012 0.000000");
  1789. P_AddEntity(337.00,12.200,206.00,"Trees","palm_small01","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1790. P_AddEntity(329.00,13.800,224.00,"Trees","palm_small01","-0.707097 0.000000 0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707095 0.000000 -0.707097 0.000000");
  1791. P_AddEntity(334.00,13.000,228.00,"Trees","palm_small01","-0.258817 0.000000 0.965911 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965911 0.000000 -0.258817 0.000000");
  1792. P_AddEntity(334.00,13.200,234.00,"Trees","palm_small01","0.499991 0.000000 0.866013 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866013 0.000000 0.499991 0.000000");
  1793. P_AddEntity(335.00,12.200,239.00,"Trees","palm_small01","0.965911 0.000000 0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258817 0.000000 0.965911 0.000000");
  1794. P_AddEntity(338.00,11.600,241.00,"Trees","palm_small01","0.866013 0.000000 -0.499991 0.000000 0.000000 1.000000 0.000000 0.000000 0.499991 0.000000 0.866013 0.000000");
  1795. P_AddEntity(330.00,12.600,250.00,"Trees","palm_small01","0.499994 0.000000 -0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 0.866012 0.000000 0.499994 0.000000");
  1796. P_AddEntity(296.00,11.800,267.00,"Trees","palm_small01","0.499994 0.000000 -0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 0.866012 0.000000 0.499994 0.000000");
  1797. P_AddEntity(311.00,11.600,264.00,"Trees","palm_small01","0.000002 0.000000 -0.999985 0.000000 0.000000 1.000000 0.000000 0.000000 0.999985 0.000000 0.000002 0.000000");
  1798. P_AddEntity(313.00,12.800,261.00,"Trees","palm_small01","-0.258814 0.000000 -0.965912 0.000000 0.000000 1.000000 0.000000 0.000000 0.965912 0.000000 -0.258814 0.000000");
  1799. P_AddEntity(353.00,16.800,300.00,"Trees","palm_small01","-0.707095 0.000000 -0.707097 0.000000 0.000000 1.000000 0.000000 0.000000 0.707097 0.000000 -0.707095 0.000000");
  1800. P_AddEntity(379.00,10.600,314.00,"Trees","palm_small01","-0.965911 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965911 0.000000");
  1801. P_AddEntity(377.00,10.600,311.00,"Trees","palm_small01","-0.965912 0.000000 0.258814 0.000000 0.000000 1.000000 0.000000 0.000000 -0.258814 0.000000 -0.965912 0.000000");
  1802. P_AddEntity(353.00,18.200,352.00,"Trees","palm_small01","-0.707097 0.000000 0.707095 0.000000 0.000000 1.000000 0.000000 0.000000 -0.707095 0.000000 -0.707097 0.000000");
  1803. P_AddEntity(317.00,19.000,339.00,"Trees","palm_small01","-0.499994 0.000000 0.866012 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866012 0.000000 -0.499994 0.000000");
  1804. P_AddEntity(317.00,17.000,409.00,"Trees","palm_small01","-0.000002 0.000000 0.999985 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999985 0.000000 -0.000002 0.000000");
  1805. P_AddEntity(345.00,19.800,171.00,"Trees","palm_small01","0.499991 0.000000 0.866013 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866013 0.000000 0.499991 0.000000");
  1806. P_AddEntity(308.00,19.400,112.00,"Trees","palm_small01","0.866012 0.000000 0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499994 0.000000 0.866012 0.000000");
  1807. P_AddEntity(141.00,17.200,349.00,"America","M60a3_Patton","-0.707095 0.000000 -0.707097 0.000000 0.000000 1.000000 0.000000 0.000000 0.707097 0.000000 -0.707095 0.000000");
  1808. --P_AddEntity(137.00,22.600,392.00,"America","M60a3_Patton","-0.707095 0.000000 -0.707097 0.000000 0.000000 1.000000 0.000000 0.000000 0.707097 0.000000 -0.707095 0.000000");
  1809. P_AddEntity(130.00,17.800,366.00,"America","m35a2","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1810. P_AddEntity(135.00,15.800,332.00,"America","LAV25","-0.866011 0.000000 -0.499994 0.000000 0.000000 1.000000 0.000000 0.000000 0.499994 0.000000 -0.866011 0.000000");
  1811. P_AddEntity(121.00,17.600,373.00,"America","M113_ambulance","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1812. --P_AddEntity(123.00,15.600,339.00,"America","M-113a3_TOW","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1813. P_AddEntity(132.00,21.000,386.00,"America","Marine_Rifleman","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1814. P_AddEntity(128.00,20.200,381.00,"America","Marine_Rifleman","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1815. P_AddEntity(127.00,19.200,377.00,"America","Marine_Rifleman","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1816. P_AddEntity(120.00,18.800,381.00,"America","Marine_Rifleman","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1817. P_AddEntity(123.00,19.400,381.00,"America","Marine_Rifleman","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1818. P_AddEntity(132.00,21.800,391.00,"America","Marine_Rifleman","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1819. P_AddEntity(130.00,22.000,395.00,"America","Marine_Rifleman","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1820. P_AddEntity(131.00,22.200,397.00,"America","Marine_Rifleman","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1821. P_AddEntity(129.00,22.000,397.00,"America","Marine_Rifleman","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1822. P_AddEntity(127.00,21.600,396.00,"America","Marine_Rifleman","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1823. P_AddEntity(121.00,16.800,365.00,"America","Marine_Rifleman","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1824. P_AddEntity(118.00,16.000,364.00,"America","Marine_Medic","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1825. P_AddEntity(122.00,16.000,361.00,"America","Marine_Medic","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1826. P_AddEntity(125.00,16.200,357.00,"America","Marine_Medic","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1827. P_AddEntity(126.00,16.600,362.00,"America","Marine_Medic","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1828. P_AddEntity(139.00,21.800,386.00,"America","Marine_Medic","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1829. P_AddEntity(141.00,21.800,383.00,"America","Marine_Medic","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1830. P_AddEntity(144.00,22.000,384.00,"America","Marine_Machinegunner","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1831. P_AddEntity(134.00,21.200,386.00,"America","Marine_Machinegunner","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1832. P_AddEntity(132.00,21.400,388.00,"America","Marine_Machinegunner","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1833. P_AddEntity(127.00,21.000,388.00,"America","Marine_Machinegunner","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1834. P_AddEntity(120.00,19.600,387.00,"America","Marine_Rocketeer","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1835. P_AddEntity(118.00,19.400,390.00,"America","Marine_Rocketeer","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1836. P_AddEntity(132.00,16.800,355.00,"America","Marine_Rocketeer","-0.965910 0.000000 -0.258817 0.000000 0.000000 1.000000 0.000000 0.000000 0.258817 0.000000 -0.965910 0.000000");
  1837. P_AddEntity(184.00,20.400,240.00,"Scenography","bandera02","0.000002 0.000000 -0.999984 0.000000 0.000000 1.000000 0.000000 0.000000 0.999984 0.000000 0.000002 0.000000");
  1838. P_AddEntity(216.00,20.200,240.00,"Scenography","bandera02","0.000002 0.000000 -0.999984 0.000000 0.000000 1.000000 0.000000 0.000000 0.999984 0.000000 0.000002 0.000000");
  1839. P_AddEntity(248.00,19.400,240.00,"Scenography","bandera02","0.000002 0.000000 -0.999984 0.000000 0.000000 1.000000 0.000000 0.000000 0.999984 0.000000 0.000002 0.000000");
  1840. P_AddEntity(280.00,19.600,240.00,"Scenography","bandera02","0.000002 0.000000 -0.999984 0.000000 0.000000 1.000000 0.000000 0.000000 0.999984 0.000000 0.000002 0.000000");
  1841. P_AddEntity(312.00,19.600,240.00,"Scenography","bandera02","0.000002 0.000000 -0.999984 0.000000 0.000000 1.000000 0.000000 0.000000 0.999984 0.000000 0.000002 0.000000");
  1842. P_AddEntity(152.00,20.800,240.00,"Scenography","bandera02","0.000002 0.000000 -0.999984 0.000000 0.000000 1.000000 0.000000 0.000000 0.999984 0.000000 0.000002 0.000000");
  1843. P_AddEntity(120.00,20.800,240.00,"Scenography","bandera02","0.000002 0.000000 -0.999984 0.000000 0.000000 1.000000 0.000000 0.000000 0.999984 0.000000 0.000002 0.000000");
  1844. P_AddEntity(88.00,20.800,240.00,"Scenography","bandera02","0.000002 0.000000 -0.999984 0.000000 0.000000 1.000000 0.000000 0.000000 0.999984 0.000000 0.000002 0.000000");
  1845. P_AddEntity(56.00,21.000,240.00,"Scenography","bandera02","0.000002 0.000000 -0.999984 0.000000 0.000000 1.000000 0.000000 0.000000 0.999984 0.000000 0.000002 0.000000");
  1846. P_AddEntity(345.00,18.000,326.00,"Afghan","UAZ469_NURS","-0.000002 0.000000 0.999984 0.000000 0.000000 1.000000 0.000000 0.000000 -0.999984 0.000000 -0.000002 0.000000",2);
  1847. P_AddEntity(364.00,17.800,355.00,"Afghan","UAZ469_NURS","-0.258816 0.000000 0.965910 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965910 0.000000 -0.258816 0.000000");
  1848. P_AddEntity(307.00,18.600,340.00,"Afghan","UAZ469_NURS","-0.258816 0.000000 0.965910 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965910 0.000000 -0.258816 0.000000");
  1849. P_AddEntity(185.00,21.000,170.00,"Afghan","UAZ469_NURS","0.999984 0.000000 0.000002 0.000000 0.000000 1.000000 0.000000 0.000000 -0.000002 0.000000 0.999984 0.000000",3);
  1850. P_AddEntity(295.00,17.200,248.00,"Afghan","UAZ469_NURS","0.258813 0.000000 0.965911 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965911 0.000000 0.258813 0.000000");
  1851. P_AddEntity(288.00,19.400,310.00,"Afghan","brdm2a","-0.866012 0.000000 0.499990 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499990 0.000000 -0.866012 0.000000");
  1852. P_AddEntity(264.00,17.200,194.00,"Afghan","BTR80_a","0.258813 0.000000 0.965910 0.000000 0.000000 1.000000 0.000000 0.000000 -0.965910 0.000000 0.258813 0.000000");
  1853. P_AddEntity(258.00,17.000,255.00,"Afghan","PT76","0.866010 0.000000 0.499993 0.000000 0.000000 1.000000 0.000000 0.000000 -0.499993 0.000000 0.866010 0.000000",3);
  1854. P_AddEntity(240.00,18.000,263.00,"Afghan","PT76","0.499990 0.000000 0.866011 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866011 0.000000 0.499990 0.000000");
  1855. P_AddEntity(184.00,21.000,230.00,"Afghan","T55_a","0.499990 0.000000 0.866011 0.000000 0.000000 1.000000 0.000000 0.000000 -0.866011 0.000000 0.499990 0.000000");
  1856. P_AddEntity(249.00,17.000,264.00,"Afghan","MujahiddenAK47","-0.707093 0.000000 -0.707096 0.000000 0.000000 1.000000 0.000000 0.000000 0.707096 0.000000 -0.707093 0.000000");
  1857. P_AddEntity(245.00,17.800,270.00,"Afghan","MujahiddenAK47","-0.499990 0.000000 -0.866011 0.000000 0.000000 1.000000 0.000000 0.000000 0.866011 0.000000 -0.499990 0.000000");
  1858. P_AddEntity(242.00,17.400,252.00,"Afghan","MujahiddenAK47","0.258816 0.000000 -0.965909 0.000000 0.000000 1.000000 0.000000 0.000000 0.965909 0.000000 0.258816 0.000000");
  1859. P_AddEntity(246.00,21.000,234.00,"Afghan","MujahiddenAK47_medic","-0.499990 0.000000 -0.866011 0.000000 0.000000 1.000000 0.000000 0.000000 0.866011 0.000000 -0.499990 0.000000");
  1860. P_AddEntity(235.00,21.000,234.00,"Afghan","MujahiddenAK47","-0.499990 0.000000 -0.866011 0.000000 0.000000 1.000000 0.000000 0.000000 0.866011 0.000000 -0.499990 0.000000",2);
  1861. P_AddEntity(265.00,17.000,254.00,"Afghan","MujahiddenAK47","-0.707093 0.000000 -0.707096 0.000000 0.000000 1.000000 0.000000 0.000000 0.707096 0.000000 -0.707093 0.000000");
  1862. P_AddEntity(305.00,17.000,249.00,"Afghan","MujahiddenAK47","-0.707093 0.000000 -0.707096 0.000000 0.000000 1.000000 0.000000 0.000000 0.707096 0.000000 -0.707093 0.000000");
  1863. P_AddEntity(298.00,16.800,250.00,"Afghan","MujahiddenAK47","-0.258813 0.000000 -0.965910 0.000000 0.000000 1.000000 0.000000 0.000000 0.965910 0.000000 -0.258813 0.000000",2);
  1864. P_AddEntity(287.00,17.800,245.00,"Afghan","MujahiddenAK47","-0.258813 0.000000 -0.965910 0.000000 0.000000 1.000000 0.000000 0.000000 0.965910 0.000000 -0.258813 0.000000");
  1865. P_AddEntity(300.00,21.000,228.00,"Afghan","MujahiddenAK47","-0.258813 0.000000 -0.965910 0.000000 0.000000 1.000000 0.000000 0.000000 0.965910 0.000000 -0.258813 0.000000");
  1866. P_AddEntity(294.00,21.000,230.00,"Afghan","MujahiddenAK47","0.000002 0.000000 -0.999983 0.000000 0.000000 1.000000 0.000000 0.000000 0.999983 0.000000 0.000002 0.000000");
  1867. P_AddEntity(281.00,15.800,201.00,"Afghan","MujahiddenAK47_medic","0.000002 0.000000 -0.999983 0.000000 0.000000 1.000000 0.000000 0.000000 0.999983 0.000000 0.000002 0.000000");
  1868. P_AddEntity(297.00,16.800,194.00,"Afghan","MujahiddenAK47","-0.258813 0.000000 -0.965909 0.000000 0.000000 1.000000 0.000000 0.000000 0.965909 0.000000 -0.258813 0.000000");
  1869. P_AddEntity(272.00,19.200,179.00,"Afghan","MujahiddenAK47","0.000002 0.000000 -0.999983 0.000000 0.000000 1.000000 0.000000 0.000000 0.999983 0.000000 0.000002 0.000000");
  1870. P_AddEntity(242.00,18.600,191.00,"Afghan","MujahiddenAK47","0.000002 0.000000 -0.999983 0.000000 0.000000 1.000000 0.000000 0.000000 0.999983 0.000000 0.000002 0.000000",2);
  1871. P_AddEntity(265.00,16.600,196.00,"Afghan","MujahiddenAK47","-0.499990 0.000000 -0.866011 0.000000 0.000000 1.000000 0.000000 0.000000 0.866011 0.000000 -0.499990 0.000000");
  1872. P_AddEntity(230.00,16.600,212.00,"Afghan","MujahiddenAK47","-0.499990 0.000000 -0.866011 0.000000 0.000000 1.000000 0.000000 0.000000 0.866011 0.000000 -0.499990 0.000000",3);
  1873. P_AddEntity(188.00,21.000,188.00,"Afghan","MujahiddenAK47","-0.866009 0.000000 -0.499993 0.000000 0.000000 1.000000 0.000000 0.000000 0.499993 0.000000 -0.866009 0.000000");
  1874. P_AddEntity(186.00,21.000,162.00,"Afghan","MujahiddenAK47","-0.866009 0.000000 -0.499993 0.000000 0.000000 1.000000 0.000000 0.000000 0.499993 0.000000 -0.866009 0.000000");
  1875. P_AddEntity(184.00,21.000,159.00,"Afghan","MujahiddenAK47_medic","-0.866009 0.000000 -0.499993 0.000000 0.000000 1.000000 0.000000 0.000000 0.499993 0.000000 -0.866009 0.000000");
  1876. P_AddEntity(181.00,21.000,174.00,"Afghan","MujahiddenRPK","-0.965908 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 -0.965908 0.000000");
  1877. P_AddEntity(158.00,17.400,209.00,"Afghan","MujahiddenRPK","-0.965908 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 -0.965908 0.000000",2);
  1878. P_AddEntity(149.00,19.000,216.00,"Afghan","MujahiddenRPK","-0.965908 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 -0.965908 0.000000");
  1879. P_AddEntity(119.00,19.600,248.00,"Afghan","MujahiddenRPK","-0.965908 0.000000 -0.258816 0.000000 0.000000 1.000000 0.000000 0.000000 0.258816 0.000000 -0.965908 0.000000");
  1880. P_AddEntity(239.00,15.600,338.00,"Afghan","MujahiddenRPK","-0.258813 0.000000 -0.965909 0.000000 0.000000 1.000000 0.000000 0.000000 0.965909 0.000000 -0.258813 0.000000",2);
  1881. P_AddEntity(254.00,16.200,348.00,"Afghan","MujahiddenRPK","0.000002 0.000000 -0.999982 0.000000 0.000000 1.000000 0.000000 0.000000 0.999982 0.000000 0.000002 0.000000");
  1882. P_AddEntity(333.00,19.000,378.00,"Afghan","MujahiddenRPK","0.499993 0.000000 -0.866009 0.000000 0.000000 1.000000 0.000000 0.000000 0.866009 0.000000 0.499993 0.000000");
  1883. P_AddEntity(355.00,17.400,369.00,"Afghan","MujahiddenRPK","0.000002 0.000000 -0.999982 0.000000 0.000000 1.000000 0.000000 0.000000 0.999982 0.000000 0.000002 0.000000",3);
  1884. P_AddEntity(340.00,19.600,317.00,"Afghan","MujahiddenRPK","0.258816 0.000000 -0.965908 0.000000 0.000000 1.000000 0.000000 0.000000 0.965908 0.000000 0.258816 0.000000");
  1885. P_AddEntity(288.00,18.800,305.00,"Afghan","MujahiddenRPK","0.258816 0.000000 -0.965908 0.000000 0.000000 1.000000 0.000000 0.000000 0.965908 0.000000 0.258816 0.000000");
  1886. P_AddEntity(270.00,18.800,319.00,"Afghan","JihadiVetRPG","-0.707107 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 -0.707107 0.000000");
  1887. P_AddEntity(261.00,17.000,352.00,"Afghan","JihadiVetRPG","0.000000 0.000000 -1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000");
  1888. P_AddEntity(249.00,17.200,250.00,"Afghan","JihadiVetRPG","-0.707107 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 -0.707107 0.000000",3);
  1889. P_AddEntity(117.00,15.600,175.00,"Afghan","JihadiVetRPG","-0.999999 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999999 0.000000");
  1890. P_AddEntity(211.00,19.600,140.00,"Afghan","JihadiVetRPG","-0.965925 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965925 0.000000",2);
  1891. P_AddEntity(318.00,16.800,362.00,"Afghan","JihadiVetRPG","0.499999 0.000000 -0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 0.866025 0.000000 0.499999 0.000000");
  1892. P_AddEntity(315.00,18.200,306.00,"Afghan","JihadiVetRPG","0.000000 0.000000 -0.999999 0.000000 0.000000 1.000000 0.000000 0.000000 0.999999 0.000000 0.000000 0.000000");
  1893. P_AddEntity(302.00,16.000,201.00,"Afghan","JihadiVetRPG","-0.500000 0.000000 -0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 0.866025 0.000000 -0.500000 0.000000",2);
  1894. P_AddEntity(219.00,17.400,216.00,"Afghan","JihadiVetRPG","-0.707106 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 -0.707106 0.000000");
  1895. P_AddEntity(174.00,19.400,204.00,"Afghan","JihadiVetRPG","-0.866025 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866025 0.000000");
  1896. P_AddEntity(251.00,19.800,302.00,"Afghan","MercenarySVD","0.000000 0.000000 -0.999999 0.000000 0.000000 1.000000 0.000000 0.000000 0.999999 0.000000 0.000000 0.000000");
  1897. P_AddEntity(193.00,20.400,243.00,"Afghan","MercenarySVD","-0.965925 0.000000 -0.258819 0.000000 0.000000 1.000000 0.000000 0.000000 0.258819 0.000000 -0.965925 0.000000",3);
  1898. P_AddEntity(175.00,19.800,204.00,"Afghan","MercenarySVD","-0.999999 0.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -0.999999 0.000000");
  1899. P_AddEntity(300.00,15.800,203.00,"Afghan","MercenarySVD","-0.866025 0.000000 -0.499999 0.000000 0.000000 1.000000 0.000000 0.000000 0.499999 0.000000 -0.866025 0.000000");
  1900. P_AddEntity(245.00,15.800,358.00,"Afghan","MercenarySVD","0.499999 0.000000 -0.866025 0.000000 0.000000 1.000000 0.000000 0.000000 0.866025 0.000000 0.499999 0.000000");
  1901. P_AddEntity(358.00,17.000,340.00,"Destruct_Houses","ruin_kole","-0.000000 0.000000 -1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 -0.000000 0.000000");
  1902. P_AddEntity(354.00,17.000,341.00,"Trees","palm02","0.707106 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 0.707106 0.000000");
  1903. P_AddEntity(351.00,17.000,335.00,"Trees","veget/zbunA1_1.mvo","0.707106 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 0.707106 0.000000");
  1904. P_AddEntity(357.00,17.200,346.00,"Trees","veget/zbunA1_1.mvo","0.707106 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 0.707106 0.000000");
  1905. P_AddEntity(352.00,17.200,345.00,"Trees","veget/zbunA1_4.mvo","0.707106 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 0.707106 0.000000");
  1906. P_AddEntity(301.00,17.850,393.00,"Destruct_Houses","rusevina","0.707106 0.000000 -0.707106 0.000000 0.000000 1.000000 0.000000 0.000000 0.707106 0.000000 0.707106 0.000000");
  1907.  
  1908. P_AddReinforcement(166.00,19.200,398.00,"M60a3_Patton");
  1909. P_AddReinforcement(181.00,15.600,401.00,"M163_Vulcan");
  1910. P_AddReinforcement(175.00,17.800,397.00,"M-113a3_M2HB");
  1911. P_AddReinforcement(157.00,21.400,400.00,"M-113a3_M2HB");